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

Tests/Kernel: Add a very simple test for posix_fallocate()

This commit is contained in:
Andreas Kling 2022-11-27 20:14:25 +01:00
parent 4277e2d58f
commit e2771db50d
2 changed files with 75 additions and 0 deletions

View file

@ -40,6 +40,7 @@ set(LIBTEST_BASED_SOURCES
TestEmptySharedInodeVMObject.cpp
TestInvalidUIDSet.cpp
TestSharedInodeVMObject.cpp
TestPosixFallocate.cpp
TestPrivateInodeVMObject.cpp
TestKernelAlarm.cpp
TestKernelFilePermissions.cpp