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

Tests: Add LibELF tests

This commit is contained in:
Brendan Coles 2021-05-15 09:29:02 +00:00 committed by Linus Groh
parent 07850ccf51
commit 0629b4e170
3 changed files with 297 additions and 0 deletions

View file

@ -0,0 +1,5 @@
file(GLOB CMD_SOURCES CONFIGURE_DEPENDS "*.cpp")
foreach(CMD_SRC ${CMD_SOURCES})
serenity_test(${CMD_SRC} LibELF)
endforeach()