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

Tests/Kernel: Add tests for verifying proper loop device support

This commit is contained in:
Liav A 2024-02-10 15:37:34 +02:00 committed by Andrew Kaster
parent 0734de9f9a
commit ec6e7077fe
3 changed files with 60 additions and 0 deletions

View file

@ -50,6 +50,7 @@ set(LIBTEST_BASED_SOURCES
TestKernelFilePermissions.cpp
TestKernelPledge.cpp
TestKernelUnveil.cpp
TestLoopDevice.cpp
TestMemoryDeviceMmap.cpp
TestMunMap.cpp
TestProcFS.cpp