mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:47:44 +00:00
Tests: Move LibCompress tests to Tests/LibCompress
This commit is contained in:
parent
597de3356f
commit
070cba9b0d
6 changed files with 1 additions and 2 deletions
5
Tests/LibCompress/CMakeLists.txt
Normal file
5
Tests/LibCompress/CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
|
||||
|
||||
foreach(source ${TEST_SOURCES})
|
||||
serenity_test(${source} LibCompress LIBS LibCompress)
|
||||
endforeach()
|
Loading…
Add table
Add a link
Reference in a new issue