summaryrefslogtreecommitdiff
path: root/Tests/LibIMAP/CMakeLists.txt
blob: 9ca8e420e0f031d81c4611fae00625ede20f5deb (plain)
1
2
3
4
5
6
7
set(TEST_SOURCES
    TestQuotedPrintable.cpp
)

foreach(source IN LISTS TEST_SOURCES)
    serenity_test("${source}" LibIMAP LIBS LibIMAP)
endforeach()