aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2022-06-27 07:14:49 -0500
committerBrent Cook <busterb@gmail.com>2022-06-27 07:14:49 -0500
commit0aa9efe02bbf5b47cfbcea3ae964b5ec5843385b (patch)
tree33401ba975ed434cd18996b66b55cd051f3291a1
parent9bd7894915812dd39d26788b1c4665707ff1c68b (diff)
downloadportable-0aa9efe02bbf5b47cfbcea3ae964b5ec5843385b.tar.gz
portable-0aa9efe02bbf5b47cfbcea3ae964b5ec5843385b.tar.bz2
portable-0aa9efe02bbf5b47cfbcea3ae964b5ec5843385b.zip
enable new tests
-rw-r--r--tests/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6c88c90..2f2510c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -4,6 +4,7 @@ AM_CPPFLAGS += -DLIBRESSL_CRYPTO_INTERNAL
4 4
5AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 5AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1
6AM_CPPFLAGS += -I $(top_srcdir)/crypto/bio 6AM_CPPFLAGS += -I $(top_srcdir)/crypto/bio
7AM_CPPFLAGS += -I $(top_srcdir)/crypto/bn
7AM_CPPFLAGS += -I $(top_srcdir)/crypto/evp 8AM_CPPFLAGS += -I $(top_srcdir)/crypto/evp
8AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes 9AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes
9AM_CPPFLAGS += -I $(top_srcdir)/crypto/x509 10AM_CPPFLAGS += -I $(top_srcdir)/crypto/x509
@@ -48,6 +49,11 @@ arc4randomforktest_SOURCES = arc4randomforktest.c
48endif 49endif
49EXTRA_DIST += arc4randomforktest.sh 50EXTRA_DIST += arc4randomforktest.sh
50 51
52# asn1_string_to_utf8
53TESTS += asn1_string_to_utf8
54check_PROGRAMS += asn1_string_to_utf8
55asn1_string_to_utf8_SOURCES = asn1_string_to_utf8.c
56
51# asn1api 57# asn1api
52TESTS += asn1api 58TESTS += asn1api
53check_PROGRAMS += asn1api 59check_PROGRAMS += asn1api
@@ -111,6 +117,11 @@ check_PROGRAMS += biotest
111biotest_SOURCES = biotest.c 117biotest_SOURCES = biotest.c
112endif 118endif
113 119
120# bn_primes
121TESTS += bn_primes
122check_PROGRAMS += bn_primes
123bn_primes_SOURCES = bn_primes.c
124
114# bnaddsub 125# bnaddsub
115TESTS += bnaddsub 126TESTS += bnaddsub
116check_PROGRAMS += bnaddsub 127check_PROGRAMS += bnaddsub