aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2021-11-30 16:49:15 -0600
committerBrent Cook <busterb@gmail.com>2021-11-30 16:49:15 -0600
commit38181ad3988e823731719df67dc64cafb6437ed5 (patch)
tree6d56246229b1c69e2b937003b00380f0a596307b /tests/Makefile.am
parent9f9a5a0577b7153a99ae710ca03341a80fbcd03b (diff)
downloadportable-38181ad3988e823731719df67dc64cafb6437ed5.tar.gz
portable-38181ad3988e823731719df67dc64cafb6437ed5.tar.bz2
portable-38181ad3988e823731719df67dc64cafb6437ed5.zip
add asn1x509 test
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