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

Tests: Add tests for <ctype.h> functions declared in the C Standard

This commit is contained in:
Andrew Kaster 2022-06-26 19:09:20 -06:00 committed by Linus Groh
parent 6d4cfba596
commit 6223841d69
2 changed files with 197 additions and 0 deletions

View file

@ -1,6 +1,7 @@
set(TEST_SOURCES
TestAbort.cpp
TestAssert.cpp
TestCType.cpp
TestIo.cpp
TestLibCExec.cpp
TestLibCDirEnt.cpp