Add regress bnaddsub

This commit is contained in:
kinichiro
2018-07-11 17:10:16 +09:00
parent 1ea79d2a9f
commit d259acbd32
3 changed files with 11 additions and 0 deletions

View File

@@ -77,6 +77,11 @@ check_PROGRAMS += biotest
biotest_SOURCES = biotest.c
endif
# bnaddsub
TESTS += bnaddsub
check_PROGRAMS += bnaddsub
bnaddsub_SOURCES = bnaddsub.c
# bntest
TESTS += bntest
bntest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL