]> git.meshlink.io Git - meshlink/commit
Add a version of the channels test that forks.
authorGuus Sliepen <guus@meshlink.io>
Sat, 1 Nov 2014 21:06:56 +0000 (22:06 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sat, 27 Dec 2014 17:27:04 +0000 (18:27 +0100)
commit4c9d02d9b204f3300c28331b00baa32b2690a930
tree8d57965c47c4fc6224ee7ee95a60cc2379be2e05
parent21843b323d8c006fe17e0c2d7fff74fc8dfa3c48
Add a version of the channels test that forks.

This creates two separate programs that each run one MeshLink instance,
instead of one program that runs two instances simultaneously.
test/Makefile.am
test/channels-fork.c [new file with mode: 0755]
test/channels-fork.test [new file with mode: 0755]
test/channels.c
test/channels.test