diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
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 | |||
59 | check_PROGRAMS += asn1time | 59 | check_PROGRAMS += asn1time |
60 | asn1time_SOURCES = asn1time.c | 60 | asn1time_SOURCES = asn1time.c |
61 | 61 | ||
62 | # asn1x509 | ||
63 | TESTS += asn1x509 | ||
64 | check_PROGRAMS += asn1x509 | ||
65 | asn1x509_SOURCES = asn1x509.c | ||
66 | |||
62 | # base64test | 67 | # base64test |
63 | TESTS += base64test | 68 | TESTS += base64test |
64 | check_PROGRAMS += base64test | 69 | check_PROGRAMS += base64test |