summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Vuorela <pvuorela@iki.fi>2025-11-28 11:25:03 +0200
committerPekka Vuorela <pvuorela@iki.fi>2025-11-28 12:10:00 +0200
commitfce51980e885f5cb169dabaed91e9a7fdf08a762 (patch)
tree51a18a7cd02cbb054c24154eab6d3c7f79d2a763
parentd3f9a40c9a1c33c10c4d1d2f2022c48478b72bce (diff)
Note on the README how to build tests with qmake
Change-Id: Ie3a836f88716b9aeaa15c78d5dece4c3d146df12 Reviewed-by: Damien Caliste <dcaliste@free.fr> Reviewed-by: <matti.viljanen@kapsi.fi> Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index b3d098c6..c7f2265c 100644
--- a/README
+++ b/README
@@ -64,6 +64,8 @@ that it is functioning correctly in an operating environment. Unit tests
are located in the tests top-level directory.
To run the tests execute 'make test' with cmake or 'make check' with qmake.
+With qmake building the tests needs to be also enabled with QT_BUILD_PARTS+=tests
+on the qmake execution.
Note: some tests alter or remove data from the mailstore they operate against.
It is prudent to use a different value for the QMF_DATA environment variable