aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2017-01-22 19:55:54 -0600
committerBrent Cook <busterb@gmail.com>2017-01-22 20:00:52 -0600
commitfa149b8c8c57a88db14bc017ff048b70963e9d86 (patch)
treed8825d748fd5f5cdf5af3d8b4d8f14dc68eab4a1 /tests/Makefile.am
parent91f771f9818cc6bd05fd4e77837372fce230dc9c (diff)
downloadportable-fa149b8c8c57a88db14bc017ff048b70963e9d86.tar.gz
portable-fa149b8c8c57a88db14bc017ff048b70963e9d86.tar.bz2
portable-fa149b8c8c57a88db14bc017ff048b70963e9d86.zip
updates for new tests and layout
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c5dd713..2d13fed 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -73,6 +73,7 @@ endif
73 73
74# bntest 74# bntest
75TESTS += bntest 75TESTS += bntest
76bntest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
76check_PROGRAMS += bntest 77check_PROGRAMS += bntest
77bntest_SOURCES = bntest.c 78bntest_SOURCES = bntest.c
78 79
@@ -170,6 +171,7 @@ endif
170# exptest 171# exptest
171TESTS += exptest 172TESTS += exptest
172check_PROGRAMS += exptest 173check_PROGRAMS += exptest
174exptest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
173exptest_SOURCES = exptest.c 175exptest_SOURCES = exptest.c
174 176
175# gcm128test 177# gcm128test