From 2faf3e91af90716180bde27f54370fe4cbfc64c2 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Thu, 5 Sep 2013 14:59:56 +0200 Subject: [PATCH] Add two more test scripts. --- test/Makefile.am | 4 +- test/commandline.test | 49 ++++++++++++++++++++++++ test/variables.test | 88 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 140 insertions(+), 1 deletion(-) create mode 100755 test/commandline.test create mode 100755 test/variables.test diff --git a/test/Makefile.am b/test/Makefile.am index 4766004..7a09576 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 0000000..e95c953 --- /dev/null +++ b/test/commandline.test @@ -0,0 +1,49 @@ +#!/bin/sh + +. ./testlib.sh + +# Initialize one node + +$tinc $c1 <$d1/tinc-up <