Add test_req to commands

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16977 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-03 05:32:10 +00:00
parent ccdec7c9ae
commit 2f417fa784

View File

@@ -120,6 +120,7 @@ TESTS = \
test_nist \
test_nist_cert \
test_nist_pkcs12 \
test_req \
test_query
do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g'
@@ -149,6 +150,11 @@ test_nist_pkcs12: test_nist_pkcs12.in Makefile
chmod +x test_nist_pkcs12.tmp
mv test_nist_pkcs12.tmp test_nist_pkcs12
test_req: test_req.in Makefile
$(do_subst) < $(srcdir)/test_req.in > test_req.tmp
chmod +x test_req.tmp
mv test_req.tmp test_req
test_query: test_query.in Makefile
$(do_subst) < $(srcdir)/test_query.in > test_query.tmp
chmod +x test_query.tmp