Utilities+Lagom: Remove test-crypto

After 4d5ffd364a, Tests/{LibCrypto,LibTLS} test the same things
and test-crypto has been redundant since then.
This commit is contained in:
Nico Weber 2022-01-21 18:16:05 -05:00 committed by Linus Groh
parent d670c13a3b
commit 3831e5fcff
Notes: sideshowbarker 2024-07-17 20:27:37 +09:00
3 changed files with 0 additions and 3016 deletions

View File

@ -630,16 +630,6 @@ if (BUILD_LAGOM)
SKIP_RETURN_CODE 1)
# Tests that are not LibTest based
# test-crypto
add_executable(test-crypto_lagom ../../Userland/Utilities/test-crypto.cpp)
set_target_properties(test-crypto_lagom PROPERTIES OUTPUT_NAME test-crypto)
target_link_libraries(test-crypto_lagom LagomCore LagomTLS LagomCrypto LagomLine)
add_test(
NAME Crypto
COMMAND test-crypto_lagom test -t -s google.com --ca-certs-file ../../Base/etc/ca_certs.ini
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
)
# Shell
file(GLOB SHELL_TESTS CONFIGURE_DEPENDS "../../Userland/Shell/Tests/*.sh")
foreach(TEST_PATH ${SHELL_TESTS})

View File

@ -153,7 +153,6 @@ target_link_libraries(tac LibMain)
target_link_libraries(su LibCrypt LibMain)
target_link_libraries(tar LibArchive LibCompress)
target_link_libraries(telws LibProtocol LibLine)
target_link_libraries(test-crypto LibCrypto LibTLS LibLine)
target_link_libraries(test-fuzz LibCore LibGemini LibGfx LibHTTP LibIPC LibJS LibMarkdown LibShell)
target_link_libraries(test-imap LibIMAP LibMain)
target_link_libraries(test-pthread LibThreading)

File diff suppressed because it is too large Load Diff