summaryrefslogtreecommitdiff
path: root/Meta
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2023-05-18 15:53:41 +0200
committerJelle Raaijmakers <jelle@gmta.nl>2023-05-27 07:16:01 +0200
commit64a2a63df60237c7d7463351fa144a2d3c19eb8e (patch)
tree8f6b41499259261ebb2358f069559251cd9d0042 /Meta
parent8ba7bd1b67f7d028205b541cec4856e7aecc2907 (diff)
downloadserenity-64a2a63df60237c7d7463351fa144a2d3c19eb8e.zip
LibCore: Drop TestLibCoreIODevice
It does not make sense to test known-working code that is deprecated and in the process of being removed. Also, this test becomes too cumbersome to write without using read_all or line iteration in some form, and migrating the test is just silly.
Diffstat (limited to 'Meta')
-rw-r--r--Meta/Lagom/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt
index 45fd9f6b03..3dc71a7e35 100644
--- a/Meta/Lagom/CMakeLists.txt
+++ b/Meta/Lagom/CMakeLists.txt
@@ -627,8 +627,6 @@ if (BUILD_LAGOM)
lagom_test(../../Tests/LibAudio/TestFLACSpec.cpp LIBS LibAudio WORKING_DIRECTORY "${FLAC_TEST_PATH}/..")
# LibCore
- lagom_test(../../Tests/LibCore/TestLibCoreIODevice.cpp WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../../Tests/LibCore)
-
if ((LINUX OR APPLE) AND NOT EMSCRIPTEN)
lagom_test(../../Tests/LibCore/TestLibCoreFileWatcher.cpp)
endif()