diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2018-07-11 17:10:16 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2018-07-11 17:10:16 +0900 |
commit | d259acbd325761f791030a2aa04410f65057ef10 (patch) | |
tree | 44c495eef9559fab80363d97c0b5beff8ede7fc4 /tests/Makefile.am | |
parent | 1ea79d2a9fec76720158499f208258a43f57dbd8 (diff) | |
download | portable-d259acbd325761f791030a2aa04410f65057ef10.tar.gz portable-d259acbd325761f791030a2aa04410f65057ef10.tar.bz2 portable-d259acbd325761f791030a2aa04410f65057ef10.zip |
Add regress bnaddsub
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 |