forked from qt-creator/qt-creator
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>
9 lines
174 B
QML
9 lines
174 B
QML
QtcAutotest {
|
|
name: "Tasking autotest"
|
|
|
|
Depends { name: "Qt"; submodules: ["concurrent", "network"] }
|
|
Depends { name: "Tasking" }
|
|
|
|
files: "tst_tasking.cpp"
|
|
}
|