From 7750a7a56abe3496df7b798cd43d1a633d3ee241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 12 Dec 2005 15:46:49 +0000 Subject: [PATCH] Add test_nist and test_nist_pkcs12 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16390 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/Makefile.am | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lib/hx509/Makefile.am b/lib/hx509/Makefile.am index 0f7fb1bd2..59f6e9a22 100644 --- a/lib/hx509/Makefile.am +++ b/lib/hx509/Makefile.am @@ -68,7 +68,7 @@ CLEANFILES = hx509_err.c hx509_err.h $(TESTS) \ # regression tests # -TESTS = test_chain test_cms test_query +TESTS = test_chain test_cms test_nist test_nist_pkcs12 test_query do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' @@ -82,6 +82,16 @@ test_cms: test_cms.in Makefile chmod +x test_cms.tmp mv test_cms.tmp test_cms +test_nist: test_nist.in Makefile + $(do_subst) < $(srcdir)/test_nist.in > test_nist.tmp + chmod +x test_nist.tmp + mv test_nist.tmp test_nist + +test_nist_pkcs12: test_nist_pkcs12.in Makefile + $(do_subst) < $(srcdir)/test_nist_pkcs12.in > test_nist_pkcs12.tmp + chmod +x test_nist_pkcs12.tmp + mv test_nist_pkcs12.tmp test_nist_pkcs12 + test_query: test_query.in Makefile $(do_subst) < $(srcdir)/test_query.in > test_query.tmp chmod +x test_query.tmp