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/arc4random_fork*
|
||||||
tests/asn1evp*
|
tests/asn1evp*
|
||||||
tests/asn1time*
|
tests/asn1time*
|
||||||
|
tests/bnaddsub*
|
||||||
tests/cipher*
|
tests/cipher*
|
||||||
tests/explicit_bzero*
|
tests/explicit_bzero*
|
||||||
tests/freenull*
|
tests/freenull*
|
||||||
|
@ -64,6 +64,11 @@ if(ENABLE_EXTRATESTS)
|
|||||||
add_test(biotest biotest)
|
add_test(biotest biotest)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# bnaddsub
|
||||||
|
add_executable(bnaddsub bnaddsub.c)
|
||||||
|
target_link_libraries(bnaddsub ${OPENSSL_LIBS})
|
||||||
|
add_test(bnaddsub bnaddsub)
|
||||||
|
|
||||||
# bntest
|
# bntest
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
if(NOT BUILD_SHARED_LIBS)
|
||||||
add_executable(bntest bntest.c)
|
add_executable(bntest bntest.c)
|
||||||
|
@ -77,6 +77,11 @@ check_PROGRAMS += biotest
|
|||||||
biotest_SOURCES = biotest.c
|
biotest_SOURCES = biotest.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# bnaddsub
|
||||||
|
TESTS += bnaddsub
|
||||||
|
check_PROGRAMS += bnaddsub
|
||||||
|
bnaddsub_SOURCES = bnaddsub.c
|
||||||
|
|
||||||
# bntest
|
# bntest
|
||||||
TESTS += bntest
|
TESTS += bntest
|
||||||
bntest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
|
bntest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user