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

Tests: Move LibSQL tests to Tests/LibSQL

This commit is contained in:
Brian Gianforcaro 2021-05-06 01:25:28 -07:00 committed by Andreas Kling
parent 67322b0702
commit 597de3356f
5 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} LibSQL LIBS LibSQL)
endforeach()