diff options
author | Theo Buehler <tb@openbsd.org> | 2023-04-25 14:13:20 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-04-25 14:13:20 -0600 |
commit | a99c1feee6b28a60c7705929eaae5e76e5fe05f0 (patch) | |
tree | b7fdcbfe97b392114761a7f1994c16437a0f3282 /tests | |
parent | 8ef59bff3419a06811da41adebefe6cba5ea3647 (diff) | |
download | portable-a99c1feee6b28a60c7705929eaae5e76e5fe05f0.tar.gz portable-a99c1feee6b28a60c7705929eaae5e76e5fe05f0.tar.bz2 portable-a99c1feee6b28a60c7705929eaae5e76e5fe05f0.zip |
Remove the cts128 test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 5 | ||||
-rw-r--r-- | tests/Makefile.am | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 41fed3b..27065fb 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
@@ -267,11 +267,6 @@ add_executable(constraints constraints.c) | |||
267 | target_link_libraries(constraints ${OPENSSL_TEST_LIBS}) | 267 | target_link_libraries(constraints ${OPENSSL_TEST_LIBS}) |
268 | add_test(constraints constraints) | 268 | add_test(constraints constraints) |
269 | 269 | ||
270 | # cts128test | ||
271 | add_executable(cts128test cts128test.c) | ||
272 | target_link_libraries(cts128test ${OPENSSL_TEST_LIBS}) | ||
273 | add_test(cts128test cts128test) | ||
274 | |||
275 | # cttest | 270 | # cttest |
276 | add_executable(cttest cttest.c) | 271 | add_executable(cttest cttest.c) |
277 | target_link_libraries(cttest ${OPENSSL_TEST_LIBS}) | 272 | target_link_libraries(cttest ${OPENSSL_TEST_LIBS}) |
diff --git a/tests/Makefile.am b/tests/Makefile.am index a3bf6f9..d984ed9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -283,11 +283,6 @@ TESTS += constraints | |||
283 | check_PROGRAMS += constraints | 283 | check_PROGRAMS += constraints |
284 | constraints_SOURCES = constraints.c | 284 | constraints_SOURCES = constraints.c |
285 | 285 | ||
286 | # cts128test | ||
287 | TESTS += cts128test | ||
288 | check_PROGRAMS += cts128test | ||
289 | cts128test_SOURCES = cts128test.c | ||
290 | |||
291 | # cttest | 286 | # cttest |
292 | TESTS += cttest | 287 | TESTS += cttest |
293 | check_PROGRAMS += cttest | 288 | check_PROGRAMS += cttest |