aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2019-06-13 10:15:28 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2019-06-13 10:15:28 +0900
commit5d686726ec5f3e55236bfdc4869138dc3a0c5f3b (patch)
tree8322fd37c3bdb3f26b8c6fcdbcd0c9494cf28128 /tests/Makefile.am
parent3e6d12d318f304393a8bbda13bedbbc1a46b7b69 (diff)
downloadportable-5d686726ec5f3e55236bfdc4869138dc3a0c5f3b.tar.gz
portable-5d686726ec5f3e55236bfdc4869138dc3a0c5f3b.tar.bz2
portable-5d686726ec5f3e55236bfdc4869138dc3a0c5f3b.zip
Add regress bn_to_string
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 bf1db36..e14257b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -93,6 +93,11 @@ bntest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
93check_PROGRAMS += bntest 93check_PROGRAMS += bntest
94bntest_SOURCES = bntest.c 94bntest_SOURCES = bntest.c
95 95
96# bn_to_string
97TESTS += bn_to_string
98check_PROGRAMS += bn_to_string
99bn_to_string_SOURCES = bn_to_string.c
100
96# buffertest 101# buffertest
97TESTS += buffertest 102TESTS += buffertest
98buffertest_CPPFLAGS = $(AM_CPPFLAGS) 103buffertest_CPPFLAGS = $(AM_CPPFLAGS)