aboutsummaryrefslogtreecommitdiffstats
path: root/testing/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'testing/Makefile.am')
-rw-r--r--testing/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/testing/Makefile.am b/testing/Makefile.am
index 2aa7d70bc..77e279b76 100644
--- a/testing/Makefile.am
+++ b/testing/Makefile.am
@@ -1,11 +1,3 @@
-noinst_SCRIPTS = do-tests
-CLEANFILES = do-tests
-EXTRA_DIST = do-tests.in make-testing start-testing stop-testing \
+EXTRA_DIST = do-tests make-testing start-testing stop-testing \
testing.conf ssh_config hosts images scripts tests INSTALL README
-do-tests : do-tests.in
- sed \
- -e "s:\@routing_table\@:$(routing_table):" \
- $(srcdir)/$@.in > $@
- chmod +x $@
-