mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03:00
8 lines
140 B
CMake
8 lines
140 B
CMake
|
set(TEST_SOURCES
|
||
|
TestParser.cpp
|
||
|
)
|
||
|
|
||
|
foreach(source IN LISTS TEST_SOURCES)
|
||
|
serenity_test("${source}" LibXML LIBS LibXML)
|
||
|
endforeach()
|