diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 69d054d..045e361 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -77,6 +77,11 @@ check_PROGRAMS += biotest | |||
77 | biotest_SOURCES = biotest.c | 77 | biotest_SOURCES = biotest.c |
78 | endif | 78 | endif |
79 | 79 | ||
80 | # bnaddsub | ||
81 | TESTS += bnaddsub | ||
82 | check_PROGRAMS += bnaddsub | ||
83 | bnaddsub_SOURCES = bnaddsub.c | ||
84 | |||
80 | # bntest | 85 | # bntest |
81 | TESTS += bntest | 86 | TESTS += bntest |
82 | bntest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL | 87 | bntest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL |