2021-09-02 05:44:24 +00:00
|
|
|
set(TEST_SOURCES
|
|
|
|
test-cpp-parser.cpp
|
|
|
|
test-cpp-preprocessor.cpp
|
|
|
|
)
|
2021-05-17 08:06:30 +00:00
|
|
|
|
2021-09-02 05:44:24 +00:00
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
|
|
serenity_test("${source}" LibCpp LIBS LibCpp)
|
2021-05-17 08:06:30 +00:00
|
|
|
endforeach()
|