From 0547598a28c3c1dd5c5f4c3ec9888b0de499199b Mon Sep 17 00:00:00 2001 From: Holger Ihrig Date: Wed, 24 Aug 2011 10:51:34 +0200 Subject: Moving relevant tests to corelib/concurrent Adding tests for QFutureSynchronizer and QtConcurrentResultStore Added minor things in QFutureSynchronizer and QtConcurrentResultStore and removed tests for destruction Task-number: QTBUG-21066 Change-Id: I9f088b89463340f339c914bcb37fb2f9d3b62057 Reviewed-on: http://codereview.qt.nokia.com/3477 Reviewed-by: Qt Sanity Bot Reviewed-by: Rohan McGovern Reviewed-by: Jason McDonald --- tests/auto/corelib/concurrent/qtconcurrentrun/qtconcurrentrun.pro | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/auto/corelib/concurrent/qtconcurrentrun/qtconcurrentrun.pro (limited to 'tests/auto/corelib/concurrent/qtconcurrentrun/qtconcurrentrun.pro') diff --git a/tests/auto/corelib/concurrent/qtconcurrentrun/qtconcurrentrun.pro b/tests/auto/corelib/concurrent/qtconcurrentrun/qtconcurrentrun.pro new file mode 100644 index 0000000000..24576048e9 --- /dev/null +++ b/tests/auto/corelib/concurrent/qtconcurrentrun/qtconcurrentrun.pro @@ -0,0 +1,5 @@ +load(qttest_p4) +SOURCES += tst_qtconcurrentrun.cpp +QT = core +CONFIG += parallel_test +CONFIG += parallel_test -- cgit v1.2.3