diff options
Diffstat (limited to 'testing/Makefile.am')
-rw-r--r-- | testing/Makefile.am | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/testing/Makefile.am b/testing/Makefile.am index 2aa7d70bc..305bf7f72 100644 --- a/testing/Makefile.am +++ b/testing/Makefile.am @@ -1,11 +1,4 @@ -noinst_SCRIPTS = do-tests -CLEANFILES = do-tests -EXTRA_DIST = do-tests.in 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 $@ +EXTRA_DIST = do-tests make-testing start-testing stop-testing \ + testing.conf ssh_config config hosts images scripts tests \ + README |