Files
qt-creator/tests/auto/solutions/tasking/CMakeLists.txt
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

5 lines
108 B
CMake

add_qtc_test(tst_solutions_tasking
DEPENDS Tasking Qt::Concurrent Qt::Network
SOURCES tst_tasking.cpp
)