diff --git a/test/Makefile.am b/test/Makefile.am index e2462df8..4cb5f3f0 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,7 @@ TESTS = \ basic.test \ executables.test \ + import-export.test \ sptps-basic.test EXTRA_DIST = testlib.sh diff --git a/test/import-export.test b/test/import-export.test new file mode 100755 index 00000000..a65f0f8c --- /dev/null +++ b/test/import-export.test @@ -0,0 +1,38 @@ +#!/bin/sh + +. ./testlib.sh + +# Initialize three nodes + +$tinc $c1 <