Don't generate do-tests

This commit is contained in:
Tobias Brunner
2013-01-17 15:22:08 +01:00
parent 533177003c
commit d94f6a2ff6
2 changed files with 7 additions and 16 deletions
+1 -9
View File
@@ -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 $@