aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-10-11 09:56:40 -0600
committerTheo Buehler <tb@openbsd.org>2023-10-11 09:56:40 -0600
commit04fa997f5429a16f8ad17be99550f7d1f006aff5 (patch)
treee55613c806494ba7c8f9ba308ed4461a50c60620 /tests/Makefile.am
parentb112e372750f162659e16d4e7ff845289a537489 (diff)
downloadportable-04fa997f5429a16f8ad17be99550f7d1f006aff5.tar.gz
portable-04fa997f5429a16f8ad17be99550f7d1f006aff5.tar.bz2
portable-04fa997f5429a16f8ad17be99550f7d1f006aff5.zip
Link x509_algor test to build
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 b860ace..5d87bde 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -775,6 +775,11 @@ TESTS += x509attribute
775check_PROGRAMS += x509attribute 775check_PROGRAMS += x509attribute
776x509attribute_SOURCES = x509attribute.c 776x509attribute_SOURCES = x509attribute.c
777 777
778# x509_algor
779TESTS += x509_algor
780check_PROGRAMS += x509_algor
781x509_algor_SOURCES = x509_algor.c
782
778# x509_asn1 783# x509_asn1
779TESTS += x509_asn1 784TESTS += x509_asn1
780check_PROGRAMS += x509_asn1 785check_PROGRAMS += x509_asn1