mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-24 18:28:57 +00:00
Tests: Move LibSQL tests to Tests/LibSQL
This commit is contained in:
parent
67322b0702
commit
597de3356f
Notes:
sideshowbarker
2024-07-18 18:38:16 +09:00
Author: https://github.com/bgianfo
Commit: 597de3356f
Pull-request: https://github.com/SerenityOS/serenity/pull/6891
5 changed files with 1 additions and 2 deletions
5
Tests/LibSQL/CMakeLists.txt
Normal file
5
Tests/LibSQL/CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
|
||||
|
||||
foreach(source ${TEST_SOURCES})
|
||||
serenity_test(${source} LibSQL LIBS LibSQL)
|
||||
endforeach()
|
Loading…
Add table
Add a link
Reference in a new issue