add bn_rand_interval test

This commit is contained in:
Brent Cook
2018-11-07 22:38:07 -06:00
parent 11bb39ecf6
commit 04ad19529d
2 changed files with 10 additions and 0 deletions

View File

@@ -69,6 +69,11 @@ add_executable(bnaddsub bnaddsub.c)
target_link_libraries(bnaddsub ${OPENSSL_LIBS})
add_test(bnaddsub bnaddsub)
# bn_rand_interval
add_executable(bn_rand_interval bn_rand_interval.c)
target_link_libraries(bn_rand_interval ${OPENSSL_LIBS})
add_test(bn_rand_interval bn_rand_interval)
# bntest
if(NOT BUILD_SHARED_LIBS)
add_executable(bntest bntest.c)