aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 816ebc9..8a9f65b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -43,6 +43,11 @@ arc4randomforktest_SOURCES = arc4randomforktest.c
43endif 43endif
44EXTRA_DIST += arc4randomforktest.sh 44EXTRA_DIST += arc4randomforktest.sh
45 45
46# asn1evp
47TESTS += asn1evp
48check_PROGRAMS += asn1evp
49asn1evp_SOURCES = asn1evp.c
50
46# asn1test 51# asn1test
47TESTS += asn1test 52TESTS += asn1test
48check_PROGRAMS += asn1test 53check_PROGRAMS += asn1test