1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:17: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

@ -6,5 +6,3 @@ set(SOURCES
serenity_lib(LibSQL sql)
target_link_libraries(LibSQL LibCore)
add_subdirectory(Tests)