mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
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:
parent
d670c13a3b
commit
3831e5fcff
3 changed files with 0 additions and 3016 deletions
|
@ -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})
|
||||
|
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue