summaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-08-02 17:27:07 +0200
committerDanilo M. <danix@danix.xyz>2026-08-04 12:52:21 +0200
commit5f22f80b6b5cef5e768086338ae4b22120f3e67c (patch)
treee127827da5a248fd8e6c80397f896a1f6d302ac0 /tests/CMakeLists.txt
parent72b56d0beca6d640c724eabc73a3ee45cf04bfea (diff)
downloadqtmaildir-5f22f80b6b5cef5e768086338ae4b22120f3e67c.tar.gz
qtmaildir-5f22f80b6b5cef5e768086338ae4b22120f3e67c.zip
feat: add MimeParser with GMime and safe attachment naming
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index bec7621..13cb5da 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -7,3 +7,6 @@ endfunction()
add_qtmaildir_test(keymap)
add_qtmaildir_test(config)
+add_qtmaildir_test(mimeparser)
+target_compile_definitions(test_mimeparser PRIVATE
+ FIXTURE_DIR="${CMAKE_CURRENT_SOURCE_DIR}/fixtures")