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>
5 lines
108 B
CMake
5 lines
108 B
CMake
add_qtc_test(tst_solutions_tasking
|
|
DEPENDS Tasking Qt::Concurrent Qt::Network
|
|
SOURCES tst_tasking.cpp
|
|
)
|