summaryrefslogtreecommitdiff
path: root/Tests/LibSQL/CMakeLists.txt
blob: fd5a442d7e007743556f32d7224c6cf1c46a9c91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(TEST_SOURCES
    TestSqlBtreeIndex.cpp
    TestSqlDatabase.cpp
    TestSqlExpressionParser.cpp
    TestSqlHashIndex.cpp
    TestSqlStatementExecution.cpp
    TestSqlStatementParser.cpp
    TestSqlValueAndTuple.cpp
)

foreach(source IN LISTS TEST_SOURCES)
    serenity_test("${source}" LibSQL LIBS LibSQL LibIPC)
endforeach()