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

Tests: Add test for LibC mkdir()

This commit is contained in:
Max Wipfli 2021-07-11 20:42:46 +02:00 committed by Idan Horowitz
parent e8f491b01d
commit f3cf1b33d7
2 changed files with 106 additions and 0 deletions

View file

@ -11,6 +11,7 @@ set(TEST_SOURCES
TestLibCTime.cpp
TestMalloc.cpp
TestMemmem.cpp
TestMkDir.cpp
TestQsort.cpp
TestRaise.cpp
TestRealpath.cpp