1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00

Kernel: Write test that crashes ProcFS

This commit is contained in:
Ben Wiederhake 2021-10-28 00:44:35 +02:00 committed by Linus Groh
parent 03526a7f2b
commit f20a42e871
3 changed files with 48 additions and 0 deletions

View file

@ -40,6 +40,7 @@ set(LIBTEST_BASED_SOURCES
TestMemoryDeviceMmap.cpp
TestMunMap.cpp
TestProcFS.cpp
TestProcFSWrite.cpp
)
foreach(libtest_source IN LISTS LIBTEST_BASED_SOURCES)