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

Tests/Kernel: Add test cases for proper types in dirent for various FSes

This commit is contained in:
Liav A 2024-01-05 11:21:33 +02:00 committed by Andrew Kaster
parent a10e63f08e
commit 90152dc859
2 changed files with 100 additions and 0 deletions

View file

@ -41,6 +41,7 @@ set(LIBTEST_BASED_SOURCES
TestEmptyPrivateInodeVMObject.cpp
TestEmptySharedInodeVMObject.cpp
TestExt2FS.cpp
TestFileSystemDirentTypes.cpp
TestInvalidUIDSet.cpp
TestSharedInodeVMObject.cpp
TestPosixFallocate.cpp