diff options
author | Rob Austein <sra@hactrn.net> | 2014-04-09 04:14:37 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-04-09 04:14:37 +0000 |
commit | 997e067c6252b376edfc7768a0495d3c863dcd33 (patch) | |
tree | d1098877711f5fc445db52e090a6c8bfc4229db2 /ca/Makefile.in | |
parent | 3059776adf7c0ab739cab4ab6efc591c1ef140d0 (diff) |
Some autoconf settings weren't propagating to autoconf.py.
relaxng test belongs with the other CA tests.
svn path=/branches/tk685/; revision=5773
Diffstat (limited to 'ca/Makefile.in')
-rw-r--r-- | ca/Makefile.in | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/ca/Makefile.in b/ca/Makefile.in index 3d69b760..bf2f812a 100644 --- a/ca/Makefile.in +++ b/ca/Makefile.in @@ -53,15 +53,7 @@ uninstall deinstall:: distclean:: rm -f installed -relaxng: - cd tests; $(MAKE) protocol-samples - xmllint --noout --relaxng ../schemas/relaxng/left-right-schema.rng tests/left-right-protocol-samples/*.xml - 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 - -all-tests:: relaxng - -test all-tests parse-test profile yamltest yamlconf:: all +test all-tests relaxng parse-test profile yamltest yamlconf:: all cd tests; $(MAKE) $@ distclean:: clean |