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

LibC: Setup a unit test harness for LibC, add ctime_r / asctime_r tests.

LibC is no different than any other code, it should be unit tested where
appropriate / possible.
This commit is contained in:
Brian Gianforcaro 2021-04-19 22:23:20 -07:00 committed by Linus Groh
parent df808f0ed3
commit a1720eed2a
4 changed files with 77 additions and 0 deletions

View file

@ -1,3 +1,5 @@
add_subdirectory(Tests)
set(LIBC_SOURCES
arpa/inet.cpp
assert.cpp