Files
qt-creator/tests/auto/solutions/tasking/tasking.qbs
Jarek Kobus a88f807e86 TaskTree tests: Add stress test for storages
Run the same recipe concurrently. Test whether handling the same
storage concurrently works properly.

This addresses the 24th point in the master task below.

Task-number: QTCREATORBUG-28741
Change-Id: Ic3358bef335b96b7dc2b88ad8102c440db5dafbf
Reviewed-by: hjk <hjk@qt.io>
2023-11-07 14:10:20 +00:00

9 lines
174 B
QML

QtcAutotest {
name: "Tasking autotest"
Depends { name: "Qt"; submodules: ["concurrent", "network"] }
Depends { name: "Tasking" }
files: "tst_tasking.cpp"
}