diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-05 23:50:56 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-06 00:03:51 -0600 |
commit | 14481349f99c9970577c1086ce1886ea09c832a3 (patch) | |
tree | fe8ddd9de659912a0b30d8e969ad3065a790de65 /tests/Makefile.am | |
parent | 634b5a5b896cc29455a301d74b4cb0681d7a81d7 (diff) | |
download | portable-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.am | 5 |
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 | |||
159 | check_PROGRAMS += bn_cmp | 159 | check_PROGRAMS += bn_cmp |
160 | bn_cmp_SOURCES = bn_cmp.c | 160 | bn_cmp_SOURCES = bn_cmp.c |
161 | 161 | ||
162 | # bn_gcd | ||
163 | TESTS += bn_gcd | ||
164 | check_PROGRAMS += bn_gcd | ||
165 | bn_gcd_SOURCES = bn_gcd.c | ||
166 | |||
162 | # bn_isqrt | 167 | # bn_isqrt |
163 | TESTS += bn_isqrt | 168 | TESTS += bn_isqrt |
164 | check_PROGRAMS += bn_isqrt | 169 | check_PROGRAMS += bn_isqrt |