diff options
Diffstat (limited to 'ca/Makefile.in')
-rw-r--r-- | ca/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ca/Makefile.in b/ca/Makefile.in index 317b8395..8da54712 100644 --- a/ca/Makefile.in +++ b/ca/Makefile.in @@ -61,10 +61,7 @@ relaxng: xmllint --noout --relaxng ../schemas/relaxng/up-down-schema.rng tests/up-down-protocol-samples/*.xml xmllint --noout --relaxng ../schemas/relaxng/publication-schema.rng tests/publication-protocol-samples/*.xml -unit-tests: all - PWD=`pwd`; for i in rpki/*.py; do echo "[$$i]"; PYTHONPATH=$$PWD ${PYTHON} $$i; done - -all-tests:: unit-tests relaxng +all-tests:: relaxng test all-tests parse-test profile yamltest yamlconf:: all cd tests; $(MAKE) $@ |