1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:27:43 +00:00

Tests: Add tests for the quoted printable decoder

This commit is contained in:
Luke 2021-07-21 02:03:36 +01:00 committed by Ali Mohammad Pur
parent c63913b633
commit a00b5fc7b7
3 changed files with 55 additions and 0 deletions

View file

@ -0,0 +1,5 @@
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
foreach(source ${TEST_SOURCES})
serenity_test(${source} LibIMAP LIBS LibIMAP)
endforeach()