aboutsummaryrefslogtreecommitdiff
path: root/rpkid
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-09-15 22:03:01 +0000
committerRob Austein <sra@hactrn.net>2010-09-15 22:03:01 +0000
commit82a4bb2af4a5ee7f19b096c81ad02e8148c97874 (patch)
treeb639ba2fd95026e36c95de44e30a58050b88fdae /rpkid
parenta6cc3ec685e14c67baca2578aeab3eef70902096 (diff)
Make it easier to run yamltest with other configs
svn path=/rpkid/tests/Makefile; revision=3447
Diffstat (limited to 'rpkid')
-rw-r--r--rpkid/tests/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/rpkid/tests/Makefile b/rpkid/tests/Makefile
index bf2c780b..8b5faf52 100644
--- a/rpkid/tests/Makefile
+++ b/rpkid/tests/Makefile
@@ -50,13 +50,15 @@ profile: all
python smoketest.py -y smoketest.2.yaml -p
for i in smoketest.dir/*.prof; do python -c "import pstats;pstats.Stats('$$i').sort_stats('time').print_stats()"; done
-# This isn't a full exercise of the yamltest framework, but is roughly equivilent to
-# what "make test" did in the /myrpki directory.
+# This isn't a full exercise of the yamltest framework, but is
+# probably as good as we can do under make.
+
+YAMLTEST_CONFIG = smoketest.1.yaml
yamltest:
rm -rf yamltest.dir
python sql-cleaner.py
- python yamltest.py
+ python yamltest.py ${YAMLTEST_CONFIG}
backup:
python sql-dumper.py