aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3aa7489..2f14f8f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,6 +6,7 @@ include $(top_srcdir)/Makefile.am.common
6 6
7AM_CPPFLAGS += -DLIBRESSL_CRYPTO_INTERNAL 7AM_CPPFLAGS += -DLIBRESSL_CRYPTO_INTERNAL
8 8
9AM_CPPFLAGS += -I $(top_srcdir)/crypto/
9AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 10AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1
10AM_CPPFLAGS += -I $(top_srcdir)/crypto/bio 11AM_CPPFLAGS += -I $(top_srcdir)/crypto/bio
11AM_CPPFLAGS += -I $(top_srcdir)/crypto/bn 12AM_CPPFLAGS += -I $(top_srcdir)/crypto/bn
@@ -308,6 +309,11 @@ TESTS += constraints
308check_PROGRAMS += constraints 309check_PROGRAMS += constraints
309constraints_SOURCES = constraints.c 310constraints_SOURCES = constraints.c
310 311
312# crypto_test
313TESTS += crypto_test
314check_PROGRAMS += crypto_test
315crypto_test_SOURCES = crypto_test.c
316
311# cttest 317# cttest
312TESTS += cttest 318TESTS += cttest
313check_PROGRAMS += cttest 319check_PROGRAMS += cttest