qt5base-lts/tests/auto/concurrent/concurrent.pro
Andreas Buhr 223e409efb Automatically generate unit tests for QtConcurrent
There are many different ways to to call map and filter functions
in QtConcurrent. This patch adds a python script to generate
all possible combinations.

Change-Id: I61ed1758601e219c5852e8cc939c5feebb23d2f6
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
2020-11-09 16:01:33 +01:00

12 lines
235 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qtconcurrentfilter \
qtconcurrentiteratekernel \
qtconcurrentfiltermapgenerated \
qtconcurrentmap \
qtconcurrentmedian \
qtconcurrentrun \
qtconcurrentthreadengine \
qtconcurrenttask