mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:57:44 +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:
parent
7a0d7525f1
commit
8ae3191ab5
5 changed files with 10 additions and 13 deletions
|
@ -8,8 +8,6 @@ file(GLOB AK_SOURCES "../../AK/*.cpp")
|
|||
file(GLOB ELF_SOURCES "../Libraries/LibELF/*.cpp")
|
||||
file(GLOB LIBC_SOURCES1 "../Libraries/LibC/*.cpp")
|
||||
file(GLOB LIBC_SOURCES2 "../Libraries/LibC/*/*.cpp")
|
||||
file(GLOB LIBC_TEST_SOURCES "../Libraries/LibC/Tests/*.cpp")
|
||||
list(REMOVE_ITEM LIBC_SOURCES2 ${LIBC_TEST_SOURCES})
|
||||
|
||||
if ("${SERENITY_ARCH}" STREQUAL "i686")
|
||||
file(GLOB LIBC_SOURCES3 "../Libraries/LibC/arch/i386/*.S")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue