1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 19:47:46 +00:00

LibSQL: Add unit testing of the SQL parser

This commit is contained in:
Timothy Flynn 2021-04-19 09:51:37 -04:00 committed by Andreas Kling
parent 5ec471b78d
commit d41d1d2035
3 changed files with 145 additions and 0 deletions

View file

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