aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-03-26 20:22:50 -0500
committerBrent Cook <busterb@gmail.com>2023-03-26 20:22:50 -0500
commitd4b2f72414f08b031ddd5042f213dbc440b59e43 (patch)
treee8cc3c9235647597b630a8e240bbf7330dd0b71a /tests
parentf91e5ee3c7034904471fc422d311183f8e715933 (diff)
parent6501696dd7669b3d20d69beffc508c46f0a807da (diff)
downloadportable-d4b2f72414f08b031ddd5042f213dbc440b59e43.tar.gz
portable-d4b2f72414f08b031ddd5042f213dbc440b59e43.tar.bz2
portable-d4b2f72414f08b031ddd5042f213dbc440b59e43.zip
Land #829, fix elf mips / mips64 builds
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt7
-rw-r--r--tests/Makefile.am6
2 files changed, 0 insertions, 13 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 991076f..27a9600 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -148,13 +148,6 @@ set_source_files_properties(bn_mod_exp.c PROPERTIES COMPILE_FLAGS
148target_link_libraries(bn_mod_exp ${OPENSSL_TEST_LIBS}) 148target_link_libraries(bn_mod_exp ${OPENSSL_TEST_LIBS})
149add_test(bn_mod_exp bn_mod_exp) 149add_test(bn_mod_exp bn_mod_exp)
150 150
151# bn_mod_exp_zero
152add_executable(bn_mod_exp_zero bn_mod_exp_zero.c)
153set_source_files_properties(bn_mod_exp_zero.c PROPERTIES COMPILE_FLAGS
154 -ULIBRESSL_INTERNAL)
155target_link_libraries(bn_mod_exp_zero ${OPENSSL_TEST_LIBS})
156add_test(bn_mod_exp_zero bn_mod_exp_zero)
157
158# bn_mod_exp2_mont 151# bn_mod_exp2_mont
159add_executable(bn_mod_exp2_mont bn_mod_exp2_mont.c) 152add_executable(bn_mod_exp2_mont bn_mod_exp2_mont.c)
160target_link_libraries(bn_mod_exp2_mont ${OPENSSL_TEST_LIBS}) 153target_link_libraries(bn_mod_exp2_mont ${OPENSSL_TEST_LIBS})
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2a18b84..b4d50e3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -165,12 +165,6 @@ check_PROGRAMS += bn_mod_exp
165bn_mod_exp_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL 165bn_mod_exp_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
166bn_mod_exp_SOURCES = bn_mod_exp.c 166bn_mod_exp_SOURCES = bn_mod_exp.c
167 167
168# bn_mod_exp_zero
169TESTS += bn_mod_exp_zero
170check_PROGRAMS += bn_mod_exp_zero
171bn_mod_exp_zero_CPPFLAGS = $(AM_CPPFLAGS) -ULIBRESSL_INTERNAL
172bn_mod_exp_zero_SOURCES = bn_mod_exp_zero.c
173
174# bn_mod_exp2_mont 168# bn_mod_exp2_mont
175TESTS += bn_mod_exp2_mont 169TESTS += bn_mod_exp2_mont
176check_PROGRAMS += bn_mod_exp2_mont 170check_PROGRAMS += bn_mod_exp2_mont