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:
parent
3f0dcd63dc
commit
2ca1193d9a
2 changed files with 144 additions and 64 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue