Link bn_gcd test to build

This commit is contained in:
Theo Buehler
2023-04-05 23:50:56 -06:00
parent 634b5a5b89
commit 14481349f9
3 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@@ -72,6 +72,7 @@ tests/bio_mem*
tests/bnaddsub*
tests/bn_add_sub*
tests/bn_cmp*
tests/bn_gcd*
tests/bn_isqrt*
tests/bn_mod_exp*
tests/bn_mod_exp_zero*