Add test_nist and test_nist_pkcs12
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16390 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user