aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-06-24 04:51:01 -0600
committerTheo Buehler <tb@openbsd.org>2023-06-24 04:51:01 -0600
commit2a9096debe7b1592ad51b67ca5bf71413a927dfc (patch)
treea446ed44285bce14d27f17cf19fad731cb7b9a24 /tests/Makefile.am
parent3e7f4d0aba5c08e4e938b6e9b77aeea2b83364d3 (diff)
downloadportable-2a9096debe7b1592ad51b67ca5bf71413a927dfc.tar.gz
portable-2a9096debe7b1592ad51b67ca5bf71413a927dfc.tar.bz2
portable-2a9096debe7b1592ad51b67ca5bf71413a927dfc.zip
Add bn_convert test to build
Diffstat (limited to '')
-rw-r--r--tests/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a1e312d..3e605cf 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -170,6 +170,11 @@ TESTS += bn_cmp
170check_PROGRAMS += bn_cmp 170check_PROGRAMS += bn_cmp
171bn_cmp_SOURCES = bn_cmp.c 171bn_cmp_SOURCES = bn_cmp.c
172 172
173# bn_convert
174TESTS += bn_convert
175check_PROGRAMS += bn_convert
176bn_convert_SOURCES = bn_convert.c
177
173# bn_gcd 178# bn_gcd
174TESTS += bn_gcd 179TESTS += bn_gcd
175check_PROGRAMS += bn_gcd 180check_PROGRAMS += bn_gcd