summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qtconcurrentfiltermapgenerated/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/concurrent/qtconcurrentfiltermapgenerated/README.txt')
-rw-r--r--tests/auto/concurrent/qtconcurrentfiltermapgenerated/README.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/concurrent/qtconcurrentfiltermapgenerated/README.txt b/tests/auto/concurrent/qtconcurrentfiltermapgenerated/README.txt
new file mode 100644
index 0000000000..63766a2a56
--- /dev/null
+++ b/tests/auto/concurrent/qtconcurrentfiltermapgenerated/README.txt
@@ -0,0 +1,13 @@
+This directory contains a generator for unit tests for QtConcurrent.
+
+The subdirectory 'generator' contains the generator. Run the file
+"generate_gui.py" therein.
+Python3.8 and PySide2 are required.
+
+The generator writes on each click a testcase into the file
+tst_qtconcurrentfiltermapgenerated.cpp
+and
+tst_qtconcurrentfiltermapgenerated.h.
+
+Testcases which should be preserved can be copy-pasted into
+tst_qtconcurrent_selected_tests.cpp.