diff options
-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 de3b5d0..3d6a30d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -42,6 +42,11 @@ TESTS += asn1test | |||
42 | check_PROGRAMS += asn1test | 42 | check_PROGRAMS += asn1test |
43 | asn1test_SOURCES = asn1test.c | 43 | asn1test_SOURCES = asn1test.c |
44 | 44 | ||
45 | # asn1time | ||
46 | TESTS += asn1time | ||
47 | check_PROGRAMS += asn1time | ||
48 | asn1test_SOURCES = asn1time.c | ||
49 | |||
45 | # base64test | 50 | # base64test |
46 | TESTS += base64test | 51 | TESTS += base64test |
47 | check_PROGRAMS += base64test | 52 | check_PROGRAMS += base64test |