diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
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 |
75 | TESTS += bntest | 75 | TESTS += bntest |
76 | bntest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL | ||
76 | check_PROGRAMS += bntest | 77 | check_PROGRAMS += bntest |
77 | bntest_SOURCES = bntest.c | 78 | bntest_SOURCES = bntest.c |
78 | 79 | ||
@@ -170,6 +171,7 @@ endif | |||
170 | # exptest | 171 | # exptest |
171 | TESTS += exptest | 172 | TESTS += exptest |
172 | check_PROGRAMS += exptest | 173 | check_PROGRAMS += exptest |
174 | exptest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL | ||
173 | exptest_SOURCES = exptest.c | 175 | exptest_SOURCES = exptest.c |
174 | 176 | ||
175 | # gcm128test | 177 | # gcm128test |