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

Tests: Unify LibC tests to single location.

In a1720eed2a I added this new test,
but missed that there were already some "unit tests" for LibC over
in Userland/Tests/LibC. So lets unify these two locations.
This commit is contained in:
Brian Gianforcaro 2021-04-28 19:05:23 -07:00 committed by Andreas Kling
parent 7a0d7525f1
commit 8ae3191ab5
5 changed files with 10 additions and 13 deletions

View file

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