1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:07:46 +00:00

Tests: Move LibCompress tests to Tests/LibCompress

This commit is contained in:
Brian Gianforcaro 2021-05-06 01:27:20 -07:00 committed by Andreas Kling
parent 597de3356f
commit 070cba9b0d
6 changed files with 1 additions and 2 deletions

View file

@ -0,0 +1,5 @@
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
foreach(source ${TEST_SOURCES})
serenity_test(${source} LibCompress LIBS LibCompress)
endforeach()