add test_cert

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21162 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-18 23:26:27 +00:00
parent 0293c52cc0
commit 8d7bfb5847

View File

@@ -173,6 +173,7 @@ PROGRAM_TESTS = \
SCRIPT_TESTS = \ SCRIPT_TESTS = \
test_ca \ test_ca \
test_cert \
test_chain \ test_chain \
test_cms \ test_cms \
test_crypto \ test_crypto \
@@ -191,6 +192,11 @@ test_ca: test_ca.in Makefile
chmod +x test_ca.tmp chmod +x test_ca.tmp
mv test_ca.tmp test_ca mv test_ca.tmp test_ca
test_cert: test_cert.in Makefile
$(do_subst) < $(srcdir)/test_cert.in > test_cert.tmp
chmod +x test_cert.tmp
mv test_cert.tmp test_cert
test_chain: test_chain.in Makefile test_chain: test_chain.in Makefile
$(do_subst) < $(srcdir)/test_chain.in > test_chain.tmp $(do_subst) < $(srcdir)/test_chain.in > test_chain.tmp
chmod +x test_chain.tmp chmod +x test_chain.tmp
@@ -245,6 +251,7 @@ EXTRA_DIST = \
pkcs10.asn1 \ pkcs10.asn1 \
test_ca.in \ test_ca.in \
test_chain.in \ test_chain.in \
test_cert.in \
test_cms.in \ test_cms.in \
test_crypto.in \ test_crypto.in \
test_nist.in \ test_nist.in \