Land #433, Add regress bnaddsub
This commit is contained in:
commit
62f96a5d3c
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,6 +55,7 @@ tests/aes_wrap*
|
||||
tests/arc4random_fork*
|
||||
tests/asn1evp*
|
||||
tests/asn1time*
|
||||
tests/bnaddsub*
|
||||
tests/cipher*
|
||||
tests/explicit_bzero*
|
||||
tests/freenull*
|
||||
|
@ -64,6 +64,11 @@ if(ENABLE_EXTRATESTS)
|
||||
add_test(biotest biotest)
|
||||
endif()
|
||||
|
||||
# bnaddsub
|
||||
add_executable(bnaddsub bnaddsub.c)
|
||||
target_link_libraries(bnaddsub ${OPENSSL_LIBS})
|
||||
add_test(bnaddsub bnaddsub)
|
||||
|
||||
# bntest
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
add_executable(bntest bntest.c)
|
||||
|
@ -77,6 +77,11 @@ check_PROGRAMS += biotest
|
||||
biotest_SOURCES = biotest.c
|
||||
endif
|
||||
|
||||
# bnaddsub
|
||||
TESTS += bnaddsub
|
||||
check_PROGRAMS += bnaddsub
|
||||
bnaddsub_SOURCES = bnaddsub.c
|
||||
|
||||
# bntest
|
||||
TESTS += bntest
|
||||
bntest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
|
||||
|
Loading…
x
Reference in New Issue
Block a user