rsa and crypto engine test cases

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19209 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-04 21:40:56 +00:00
parent 26b0f36b4f
commit 7a5f41d9a1

View File

@@ -46,19 +46,19 @@ install-build-headers:: $(hcryptoinclude_HEADERS)
done
TESTS = \
test_engine_dso \
destest \
mdtest \
rc2test \
rctest \
test_bn \
test_crypto \
test_cipher \
test_engine_dso \
test_hmac \
test_pkcs5 \
test_pkcs12 \
test_hmac
check_PROGRAMS = $(TESTS)
test_pkcs12
check_PROGRAMS = $(TESTS) test_rsa
LDADD = $(lib_LTLIBRARIES) $(LIB_roken)
@@ -126,4 +126,12 @@ hcrypto-link:
$(LN_S) $(srcdir)/../des hcrypto
touch hcrypto-link
CLEANFILES = hcrypto hcrypto-link
do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g'
test_crypto: test_crypto.in Makefile
$(do_subst) < $(srcdir)/test_crypto.in > test_crypto.tmp
chmod +x test_crypto.tmp
mv test_crypto.tmp test_crypto
CLEANFILES = hcrypto hcrypto-link test_crypto.tmp