From: Guus Sliepen Date: Thu, 5 Sep 2013 12:59:56 +0000 (+0200) Subject: Add two more test scripts. X-Git-Tag: release-1.1pre9~6 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=2faf3e91af90716180bde27f54370fe4cbfc64c2 Add two more test scripts. --- diff --git a/test/Makefile.am b/test/Makefile.am index 47660048..7a09576e 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,9 +1,11 @@ TESTS = \ basic.test \ + commandline.test \ executables.test \ import-export.test \ invite-join.test \ - sptps-basic.test + sptps-basic.test \ + variables.test EXTRA_DIST = testlib.sh diff --git a/test/commandline.test b/test/commandline.test new file mode 100755 index 00000000..e95c9535 --- /dev/null +++ b/test/commandline.test @@ -0,0 +1,49 @@ +#!/bin/sh + +. ./testlib.sh + +# Initialize one node + +$tinc $c1 <$d1/tinc-up <