diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-28 17:33:58 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-28 17:33:58 -0500 |
commit | 9af6ff9a3abb9df79f0b741016961a4b70b58ba2 (patch) | |
tree | bc0d11b53d6c9427baded48f49f7c381a8dd54a4 | |
parent | 09e535e41df732802d6e04e0cb55acd5dbb2a3ed (diff) | |
download | portable-9af6ff9a3abb9df79f0b741016961a4b70b58ba2.tar.gz portable-9af6ff9a3abb9df79f0b741016961a4b70b58ba2.tar.bz2 portable-9af6ff9a3abb9df79f0b741016961a4b70b58ba2.zip |
add asn1time test
-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 |