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:
parent
c63913b633
commit
a00b5fc7b7
3 changed files with 55 additions and 0 deletions
5
Tests/LibIMAP/CMakeLists.txt
Normal file
5
Tests/LibIMAP/CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
|
||||
|
||||
foreach(source ${TEST_SOURCES})
|
||||
serenity_test(${source} LibIMAP LIBS LibIMAP)
|
||||
endforeach()
|
Loading…
Add table
Add a link
Reference in a new issue