ladybird/Tests/LibWeb/CMakeLists.txt

13 lines
277 B
CMake
Raw Normal View History

set(TEST_SOURCES
TestCSSIDSpeed.cpp
TestCSSPixels.cpp
TestHTMLTokenizer.cpp
TestNumbers.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibWeb LIBS LibWeb)
endforeach()
install(FILES tokenizer-test.html DESTINATION usr/Tests/LibWeb)