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