add example_evp_cipher

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23630 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-08-18 20:14:19 +00:00
parent 146c256ee5
commit 0077b6dd15

View File

@@ -57,8 +57,8 @@ PROGRAM_TESTS = \
test_engine_dso \
test_hmac \
test_imath \
test_pkcs5 \
test_pkcs12
test_pkcs12 \
test_pkcs5
libhctest_la_SOURCES = \
imath/imath.c \
@@ -76,7 +76,7 @@ SCRIPT_TESTS = \
noinst_PROGRAMS = test_rand
check_PROGRAMS = $(PROGRAM_TESTS) test_rsa test_dh
check_PROGRAMS = $(PROGRAM_TESTS) test_rsa test_dh example_evp_cipher
check_SCRIPTS = $(SCRIPT_TESTS)
TESTS = $(PROGRAM_TESTS) $(SCRIPT_TESTS)