diff options
author | Rob Austein <sra@hactrn.net> | 2007-12-24 20:59:00 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-12-24 20:59:00 +0000 |
commit | 4ec9fc1391c6893c3e6ac626aeaeba16906f51a6 (patch) | |
tree | f86e11c2e900cbcc6ab5fb9ead2a0505b32ebaff /scripts/Makefile | |
parent | 4d7072bd10f807558dfd60c2a3e65fe6584bcdb3 (diff) |
Start making this usable in a "make test" setup
svn path=/scripts/Makefile; revision=1440
Diffstat (limited to 'scripts/Makefile')
-rw-r--r-- | scripts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index d34bf46d..0d79fbbb 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -53,4 +53,5 @@ rpki/relaxng.py: left-right-schema.rng up-down-schema.rng make-relaxng.py #test:: all ; sh -x rootd.sh run -test:: all ; python testbed.py +test:: all + python testbed.py -y testbed.1.yaml |