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:
parent
07850ccf51
commit
0629b4e170
3 changed files with 297 additions and 0 deletions
5
Tests/LibELF/CMakeLists.txt
Normal file
5
Tests/LibELF/CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
file(GLOB CMD_SOURCES CONFIGURE_DEPENDS "*.cpp")
|
||||
|
||||
foreach(CMD_SRC ${CMD_SOURCES})
|
||||
serenity_test(${CMD_SRC} LibELF)
|
||||
endforeach()
|
Loading…
Add table
Add a link
Reference in a new issue