mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:07:34 +00:00
Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects
This commit is contained in:
parent
0c675192c9
commit
e6306d459a
5 changed files with 180 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue