diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-24 11:10:07 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-05-24 11:10:07 +0200 |
commit | 3e443520eaa3559c9f74134007f407b569f22443 (patch) | |
tree | 58ae2b52b6481e58ba376d2972d16efd0cbbfba1 /examples/maildirresource/tests/CMakeLists.txt | |
parent | b23948efa2484ac1a37afdb0d077296f6c7f7e0f (diff) | |
download | sink-3e443520eaa3559c9f74134007f407b569f22443.tar.gz sink-3e443520eaa3559c9f74134007f407b569f22443.zip |
Adapt mailtest for the maildirresource
Diffstat (limited to 'examples/maildirresource/tests/CMakeLists.txt')
-rw-r--r-- | examples/maildirresource/tests/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/maildirresource/tests/CMakeLists.txt b/examples/maildirresource/tests/CMakeLists.txt new file mode 100644 index 0000000..ffe9286 --- /dev/null +++ b/examples/maildirresource/tests/CMakeLists.txt | |||
@@ -0,0 +1,11 @@ | |||
1 | set(CMAKE_AUTOMOC ON) | ||
2 | include_directories( | ||
3 | ${CMAKE_CURRENT_BINARY_DIR} | ||
4 | ) | ||
5 | |||
6 | include(SinkTest) | ||
7 | |||
8 | auto_tests ( | ||
9 | maildirmailtest | ||
10 | ) | ||
11 | target_link_libraries(maildirmailtest sink_resource_maildir) | ||