From b413d8ea118c71565873fe4cc739fe58417a4d9f Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 8 Jan 2008 22:58:43 +0000 Subject: all-tests svn path=/scripts/Makefile; revision=1450 --- scripts/Makefile | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'scripts') diff --git a/scripts/Makefile b/scripts/Makefile index 0d79fbbb..fdcb54b3 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -25,9 +25,9 @@ relaxng: left-right-protocol-samples/.stamp left-right-schema.rng up-down-schema # all:: resource-cert-samples-regen -# test:: relaxng +all-tests:: relaxng -# test:: all ; python xml-parse-test.py +all-tests:: all ; python xml-parse-test.py resource-cert-samples-regen: resource-cert-samples/.stamp cd resource-cert-samples && make @@ -36,9 +36,6 @@ resource-cert-samples/.stamp: generate-testrepo.py Makefile python generate-testrepo.py touch $@ -wraptest: all - (echo ''; python xml-parse-test.py; echo '') | fgrep -v '$@.tmp mv $@.tmp $@ -#test:: all ; sh -x rootd.sh run - -test:: all +test all-tests:: all python testbed.py -y testbed.1.yaml + +all-tests:: all + python testbed.py -y testbed.2.yaml -- cgit v1.2.3