aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-05 23:50:56 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-06 00:03:51 -0600
commit14481349f99c9970577c1086ce1886ea09c832a3 (patch)
treefe8ddd9de659912a0b30d8e969ad3065a790de65 /tests/Makefile.am
parent634b5a5b896cc29455a301d74b4cb0681d7a81d7 (diff)
downloadportable-14481349f99c9970577c1086ce1886ea09c832a3.tar.gz
portable-14481349f99c9970577c1086ce1886ea09c832a3.tar.bz2
portable-14481349f99c9970577c1086ce1886ea09c832a3.zip
Link bn_gcd test to build
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 9f69157..aebfed1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -159,6 +159,11 @@ TESTS += bn_cmp
159check_PROGRAMS += bn_cmp 159check_PROGRAMS += bn_cmp
160bn_cmp_SOURCES = bn_cmp.c 160bn_cmp_SOURCES = bn_cmp.c
161 161
162# bn_gcd
163TESTS += bn_gcd
164check_PROGRAMS += bn_gcd
165bn_gcd_SOURCES = bn_gcd.c
166
162# bn_isqrt 167# bn_isqrt
163TESTS += bn_isqrt 168TESTS += bn_isqrt
164check_PROGRAMS += bn_isqrt 169check_PROGRAMS += bn_isqrt