aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-09-28 17:33:58 -0500
committerBrent Cook <bcook@openbsd.org>2015-09-28 17:33:58 -0500
commit9af6ff9a3abb9df79f0b741016961a4b70b58ba2 (patch)
treebc0d11b53d6c9427baded48f49f7c381a8dd54a4
parent09e535e41df732802d6e04e0cb55acd5dbb2a3ed (diff)
downloadportable-9af6ff9a3abb9df79f0b741016961a4b70b58ba2.tar.gz
portable-9af6ff9a3abb9df79f0b741016961a4b70b58ba2.tar.bz2
portable-9af6ff9a3abb9df79f0b741016961a4b70b58ba2.zip
add asn1time test
-rw-r--r--tests/Makefile.am5
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
42check_PROGRAMS += asn1test 42check_PROGRAMS += asn1test
43asn1test_SOURCES = asn1test.c 43asn1test_SOURCES = asn1test.c
44 44
45# asn1time
46TESTS += asn1time
47check_PROGRAMS += asn1time
48asn1test_SOURCES = asn1time.c
49
45# base64test 50# base64test
46TESTS += base64test 51TESTS += base64test
47check_PROGRAMS += base64test 52check_PROGRAMS += base64test