mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:04:57 +00:00
8 lines
185 B
CMake
8 lines
185 B
CMake
set(TEST_SOURCES
|
|
TestQuotedPrintable.cpp
|
|
TestMessageHeaderEncoding.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibIMAP LIBS LibIMAP)
|
|
endforeach()
|