aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b426ad0..f4da814 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -59,6 +59,11 @@ TESTS += asn1time
59check_PROGRAMS += asn1time 59check_PROGRAMS += asn1time
60asn1time_SOURCES = asn1time.c 60asn1time_SOURCES = asn1time.c
61 61
62# asn1x509
63TESTS += asn1x509
64check_PROGRAMS += asn1x509
65asn1x509_SOURCES = asn1x509.c
66
62# base64test 67# base64test
63TESTS += base64test 68TESTS += base64test
64check_PROGRAMS += base64test 69check_PROGRAMS += base64test