diff options
| author | Theo Buehler <tb@openbsd.org> | 2024-03-02 07:37:36 -0700 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2024-03-02 07:52:39 -0700 |
| commit | 9b54faaf977458a3c9c44aafe81ceee00956ba37 (patch) | |
| tree | d64ab45054ef8217f1ebeb1a56fa92c94ee6b0d1 /tests | |
| parent | d3ce4a78fef7be558f532784e7daa530995a8572 (diff) | |
| download | portable-9b54faaf977458a3c9c44aafe81ceee00956ba37.tar.gz portable-9b54faaf977458a3c9c44aafe81ceee00956ba37.tar.bz2 portable-9b54faaf977458a3c9c44aafe81ceee00956ba37.zip | |
Update build system for file removal
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 4923cc1..714f331 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
| @@ -415,11 +415,6 @@ add_executable(gcm128test gcm128test.c) | |||
| 415 | target_link_libraries(gcm128test ${OPENSSL_TEST_LIBS}) | 415 | target_link_libraries(gcm128test ${OPENSSL_TEST_LIBS}) |
| 416 | add_test(gcm128test gcm128test) | 416 | add_test(gcm128test gcm128test) |
| 417 | 417 | ||
| 418 | # gost2814789t | ||
| 419 | add_executable(gost2814789t gost2814789t.c) | ||
| 420 | target_link_libraries(gost2814789t ${OPENSSL_TEST_LIBS}) | ||
| 421 | add_test(gost2814789t gost2814789t) | ||
| 422 | |||
| 423 | # handshake_table | 418 | # handshake_table |
| 424 | add_executable(handshake_table handshake_table.c) | 419 | add_executable(handshake_table handshake_table.c) |
| 425 | target_link_libraries(handshake_table ${OPENSSL_TEST_LIBS}) | 420 | target_link_libraries(handshake_table ${OPENSSL_TEST_LIBS}) |
diff --git a/tests/Makefile.am b/tests/Makefile.am index bd119fb..e0e5a32 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
| @@ -434,11 +434,6 @@ TESTS += gcm128test | |||
| 434 | check_PROGRAMS += gcm128test | 434 | check_PROGRAMS += gcm128test |
| 435 | gcm128test_SOURCES = gcm128test.c | 435 | gcm128test_SOURCES = gcm128test.c |
| 436 | 436 | ||
| 437 | # gost2814789t | ||
| 438 | TESTS += gost2814789t | ||
| 439 | check_PROGRAMS += gost2814789t | ||
| 440 | gost2814789t_SOURCES = gost2814789t.c | ||
| 441 | |||
| 442 | # handshake_table | 437 | # handshake_table |
| 443 | TESTS += handshake_table | 438 | TESTS += handshake_table |
| 444 | check_PROGRAMS += handshake_table | 439 | check_PROGRAMS += handshake_table |
