aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2018-07-11 17:10:16 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2018-07-11 17:10:16 +0900
commitd259acbd325761f791030a2aa04410f65057ef10 (patch)
tree44c495eef9559fab80363d97c0b5beff8ede7fc4 /tests/Makefile.am
parent1ea79d2a9fec76720158499f208258a43f57dbd8 (diff)
downloadportable-d259acbd325761f791030a2aa04410f65057ef10.tar.gz
portable-d259acbd325761f791030a2aa04410f65057ef10.tar.bz2
portable-d259acbd325761f791030a2aa04410f65057ef10.zip
Add regress bnaddsub
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am5
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
77biotest_SOURCES = biotest.c 77biotest_SOURCES = biotest.c
78endif 78endif
79 79
80# bnaddsub
81TESTS += bnaddsub
82check_PROGRAMS += bnaddsub
83bnaddsub_SOURCES = bnaddsub.c
84
80# bntest 85# bntest
81TESTS += bntest 86TESTS += bntest
82bntest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL 87bntest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL