diff options
-rw-r--r-- | rpkid/tests/Makefile | 8 |
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 |