ladybird/Tests/LibCore/CMakeLists.txt
sin-ack 60eb4adac2 Tests: Add InodeWatcher and FileWatcher tests
This patch adds some rudimentary tests for InodeWatcher.  It tests the
basic functionality, but maybe there are corner cases I haven't caught.
Additionally, this is our first LibCore test. :^)
2021-05-12 22:38:20 +02:00

9 lines
160 B
CMake

set(
TEST_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/TestLibCoreFileWatcher.cpp
)
foreach(source ${TEST_SOURCES})
serenity_test(${source} LibCore)
endforeach()