2021-09-02 02:44:24 -03:00
|
|
|
set(TEST_SOURCES
|
|
|
|
|
TestSqlBtreeIndex.cpp
|
|
|
|
|
TestSqlDatabase.cpp
|
|
|
|
|
TestSqlExpressionParser.cpp
|
|
|
|
|
TestSqlHashIndex.cpp
|
|
|
|
|
TestSqlStatementExecution.cpp
|
|
|
|
|
TestSqlStatementParser.cpp
|
|
|
|
|
TestSqlValueAndTuple.cpp
|
|
|
|
|
)
|
2021-04-19 10:51:37 -03:00
|
|
|
|
2021-09-02 02:44:24 -03:00
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
|
|
|
serenity_test("${source}" LibSQL LIBS LibSQL LibIPC)
|
2021-04-19 10:51:37 -03:00
|
|
|
endforeach()
|