aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-28 11:03:51 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-28 11:03:51 -0600
commit79f5058d42e07d0ddec549c9e39ac8ee9c7c835a (patch)
treec6598aa4d0fb580e73fab6d533ddab19cd357100 /tests/Makefile.am
parentf08bf799695d22feabe6c7ac73a7b151db2412a4 (diff)
downloadportable-79f5058d42e07d0ddec549c9e39ac8ee9c7c835a.tar.gz
portable-79f5058d42e07d0ddec549c9e39ac8ee9c7c835a.tar.bz2
portable-79f5058d42e07d0ddec549c9e39ac8ee9c7c835a.zip
enable x509_asn1 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 d984ed9..3ee6a69 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -716,6 +716,11 @@ TESTS += x509attribute
716check_PROGRAMS += x509attribute 716check_PROGRAMS += x509attribute
717x509attribute_SOURCES = x509attribute.c 717x509attribute_SOURCES = x509attribute.c
718 718
719# x509_asn1
720TESTS += x509_asn1
721check_PROGRAMS += x509_asn1
722x509_asn1_SOURCES = x509_asn1.c
723
719# x509_info 724# x509_info
720TESTS += x509_info 725TESTS += x509_info
721check_PROGRAMS += x509_info 726check_PROGRAMS += x509_info