1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:57:35 +00:00

Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects

This commit is contained in:
Liav A 2022-08-07 22:09:54 +03:00 committed by Idan Horowitz
parent 0c675192c9
commit e6306d459a
5 changed files with 180 additions and 0 deletions

View file

@ -33,7 +33,11 @@ serenity_test("crash.cpp" Kernel MAIN_ALREADY_DEFINED)
set(LIBTEST_BASED_SOURCES
TestEFault.cpp
TestEmptyPrivateInodeVMObject.cpp
TestEmptySharedInodeVMObject.cpp
TestInvalidUIDSet.cpp
TestSharedInodeVMObject.cpp
TestPrivateInodeVMObject.cpp
TestKernelAlarm.cpp
TestKernelFilePermissions.cpp
TestKernelPledge.cpp