mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
8362c073f3
It is now entirely unused and replaced by sqlite3.
8 lines
149 B
CMake
8 lines
149 B
CMake
set(TEST_SOURCES
|
|
TestNoCrash.cpp
|
|
TestGenerator.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" Test)
|
|
endforeach()
|