diff options
author | Rob Austein <sra@hactrn.net> | 2008-07-08 07:43:51 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-07-08 07:43:51 +0000 |
commit | 202b69b6ffb360e7b28867460206f9b874d03223 (patch) | |
tree | 4847d4bbcd6634b221c9cd9b4f77268d12baec79 /rpkid | |
parent | 6ac72cdb4d1139d89bada6b9223150b7006b5b22 (diff) |
New make test
svn path=/rpkid/Makefile; revision=1983
Diffstat (limited to 'rpkid')
-rw-r--r-- | rpkid/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rpkid/Makefile b/rpkid/Makefile index da318514..cf76ac11 100644 --- a/rpkid/Makefile +++ b/rpkid/Makefile @@ -82,12 +82,15 @@ rpki/relaxng.py: make-relaxng.py # all-tests:: all; sh -x rootd.sh run -test all-tests:: all +all-tests:: all python testbed.py -y testbed.1.yaml all-tests:: all python testbed.py -y testbed.2.yaml +test all-tests:: all + python testbed.py -y testbed.3.yaml + # Documentation doc/irdbd.dot: irdbd.sql |