1
Fork 0
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:
Brian Gianforcaro 2021-05-06 01:31:09 -07:00 committed by Andreas Kling
parent 070cba9b0d
commit 6e918e4e02
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} LibRegex LIBS LibRegex)
endforeach()