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
commit 597de3356f
Notes: sideshowbarker 2024-07-18 18:38:16 +09:00
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()