mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:07:45 +00:00
LibSQL: Add unit testing of the SQL parser
This commit is contained in:
parent
5ec471b78d
commit
d41d1d2035
3 changed files with 145 additions and 0 deletions
|
@ -6,3 +6,5 @@ set(SOURCES
|
|||
|
||||
serenity_lib(LibSQL sql)
|
||||
target_link_libraries(LibSQL LibCore)
|
||||
|
||||
add_subdirectory(Tests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue