Add bn_convert test to build

This commit is contained in:
Theo Buehler
2023-06-24 04:51:01 -06:00
parent 3e7f4d0aba
commit 2a9096debe
3 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

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