mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 17:24:48 -05:00
8 lines
140 B
Text
8 lines
140 B
Text
|
set(TEST_SOURCES
|
||
|
TestDiff.cpp
|
||
|
)
|
||
|
|
||
|
foreach(source IN LISTS TEST_SOURCES)
|
||
|
serenity_test("${source}" LibDiff LIBS LibDiff)
|
||
|
endforeach()
|