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