1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 21:17:44 +00:00

Userland+Tests: Convert test_io to be LibTest based

Add a few extra tests as well, to make sure we don't have any future
TmpFs regressions.
This commit is contained in:
Andrew Kaster 2021-07-06 23:13:58 -06:00 committed by Andreas Kling
parent 3f0dcd63dc
commit 2ca1193d9a
2 changed files with 144 additions and 64 deletions

View file

@ -8,6 +8,7 @@ set(TEST_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/TestLibCInodeWatcher.cpp
${CMAKE_CURRENT_SOURCE_DIR}/TestLibCString.cpp
${CMAKE_CURRENT_SOURCE_DIR}/TestStackSmash.cpp
${CMAKE_CURRENT_SOURCE_DIR}/TestIo.cpp
)
file(GLOB CMD_SOURCES CONFIGURE_DEPENDS "*.cpp")