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:
parent
df808f0ed3
commit
a1720eed2a
4 changed files with 77 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
add_subdirectory(Tests)
|
||||
|
||||
set(LIBC_SOURCES
|
||||
arpa/inet.cpp
|
||||
assert.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue