diff --git a/lib/hx509/Makefile.am b/lib/hx509/Makefile.am index 54061def3..b6bee2946 100644 --- a/lib/hx509/Makefile.am +++ b/lib/hx509/Makefile.am @@ -173,6 +173,7 @@ PROGRAM_TESTS = \ SCRIPT_TESTS = \ test_ca \ + test_cert \ test_chain \ test_cms \ test_crypto \ @@ -191,6 +192,11 @@ test_ca: test_ca.in Makefile chmod +x test_ca.tmp 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 $(do_subst) < $(srcdir)/test_chain.in > test_chain.tmp chmod +x test_chain.tmp @@ -245,6 +251,7 @@ EXTRA_DIST = \ pkcs10.asn1 \ test_ca.in \ test_chain.in \ + test_cert.in \ test_cms.in \ test_crypto.in \ test_nist.in \