aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-09-07 12:07:57 +0200
committerMartin Willi <martin@strongswan.org>2009-09-07 15:00:45 +0200
commitb7b56533862f8b4ae705e3adb31b7b9533a42947 (patch)
tree63f32988d97e75dd7b34eae48097a60e529a7497 /testing
parentb803bc82f4517d864938ced136170c33d8655852 (diff)
downloadstrongswan-b7b56533862f8b4ae705e3adb31b7b9533a42947.tar.bz2
strongswan-b7b56533862f8b4ae705e3adb31b7b9533a42947.tar.xz
Use macros to define --with options
Diffstat (limited to 'testing')
-rw-r--r--testing/Makefile.am2
-rwxr-xr-xtesting/do-tests.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/Makefile.am b/testing/Makefile.am
index ad8d5042a..130b87b43 100644
--- a/testing/Makefile.am
+++ b/testing/Makefile.am
@@ -5,7 +5,7 @@ EXTRA_DIST = do-tests.in make-testing start-testing stop-testing \
do-tests : do-tests.in
sed \
- -e "s:\@IPSEC_ROUTING_TABLE\@:$(IPSEC_ROUTING_TABLE):" \
+ -e "s:\@routing_table\@:$(routing_table):" \
$(srcdir)/$@.in > $@
chmod +x $@
diff --git a/testing/do-tests.in b/testing/do-tests.in
index 3a66f4548..5c29e9b73 100755
--- a/testing/do-tests.in
+++ b/testing/do-tests.in
@@ -46,7 +46,7 @@ TESTRESULTSHTML=$TODAYDIR/all.html
INDEX=$TODAYDIR/index.html
DEFAULTTESTSDIR=$UMLTESTDIR/testing/tests
-SOURCEIP_ROUTING_TABLE=@IPSEC_ROUTING_TABLE@
+SOURCEIP_ROUTING_TABLE=@routing_table@
testnumber="0"
failed_cnt="0"