updates for new tests and layout
This commit is contained in:
parent
91f771f981
commit
fa149b8c8c
@ -3,6 +3,7 @@ include_directories(
|
|||||||
../include
|
../include
|
||||||
../include/compat
|
../include/compat
|
||||||
asn1
|
asn1
|
||||||
|
bn
|
||||||
dsa
|
dsa
|
||||||
evp
|
evp
|
||||||
modes
|
modes
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
include $(top_srcdir)/Makefile.am.common
|
include $(top_srcdir)/Makefile.am.common
|
||||||
|
|
||||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1
|
AM_CPPFLAGS += -I$(top_srcdir)/crypto/asn1
|
||||||
|
AM_CPPFLAGS += -I$(top_srcdir)/crypto/bn
|
||||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp
|
AM_CPPFLAGS += -I$(top_srcdir)/crypto/evp
|
||||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes
|
AM_CPPFLAGS += -I$(top_srcdir)/crypto/modes
|
||||||
AM_CPPFLAGS += -I$(top_srcdir)/crypto
|
AM_CPPFLAGS += -I$(top_srcdir)/crypto
|
||||||
|
@ -71,6 +71,7 @@ endif()
|
|||||||
|
|
||||||
# bntest
|
# bntest
|
||||||
add_executable(bntest bntest.c)
|
add_executable(bntest bntest.c)
|
||||||
|
set_source_files_properties(bntest.c PROPERTIES COMPILE_FLAGS -ULIBRESSL_INTERNAL)
|
||||||
target_link_libraries(bntest ${TESTS_LIBS})
|
target_link_libraries(bntest ${TESTS_LIBS})
|
||||||
add_test(bntest bntest)
|
add_test(bntest bntest)
|
||||||
|
|
||||||
@ -163,6 +164,7 @@ endif()
|
|||||||
|
|
||||||
# exptest
|
# exptest
|
||||||
add_executable(exptest exptest.c)
|
add_executable(exptest exptest.c)
|
||||||
|
set_source_files_properties(exptest.c PROPERTIES COMPILE_FLAGS -ULIBRESSL_INTERNAL)
|
||||||
target_link_libraries(exptest ${TESTS_LIBS})
|
target_link_libraries(exptest ${TESTS_LIBS})
|
||||||
add_test(exptest exptest)
|
add_test(exptest exptest)
|
||||||
|
|
||||||
|
@ -73,6 +73,7 @@ endif
|
|||||||
|
|
||||||
# bntest
|
# bntest
|
||||||
TESTS += bntest
|
TESTS += bntest
|
||||||
|
bntest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
|
||||||
check_PROGRAMS += bntest
|
check_PROGRAMS += bntest
|
||||||
bntest_SOURCES = bntest.c
|
bntest_SOURCES = bntest.c
|
||||||
|
|
||||||
@ -170,6 +171,7 @@ endif
|
|||||||
# exptest
|
# exptest
|
||||||
TESTS += exptest
|
TESTS += exptest
|
||||||
check_PROGRAMS += exptest
|
check_PROGRAMS += exptest
|
||||||
|
exptest_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
|
||||||
exptest_SOURCES = exptest.c
|
exptest_SOURCES = exptest.c
|
||||||
|
|
||||||
# gcm128test
|
# gcm128test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user