summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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