ladybird/Tests/LibTest/CMakeLists.txt
Timothy Flynn 8362c073f3 Everywhere: Remove LibSQL, SQLServer, and the sql REPL :^)
It is now entirely unused and replaced by sqlite3.
2024-06-06 11:27:03 -04:00

9 lines
149 B
CMake

set(TEST_SOURCES
TestNoCrash.cpp
TestGenerator.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" Test)
endforeach()