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/qfuturewatcher/qfuturewatcher.pro | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/auto/corelib/concurrent/qfuturewatcher/qfuturewatcher.pro (limited to 'tests/auto/corelib/concurrent/qfuturewatcher/qfuturewatcher.pro') diff --git a/tests/auto/corelib/concurrent/qfuturewatcher/qfuturewatcher.pro b/tests/auto/corelib/concurrent/qfuturewatcher/qfuturewatcher.pro new file mode 100644 index 0000000000..9de37d014f --- /dev/null +++ b/tests/auto/corelib/concurrent/qfuturewatcher/qfuturewatcher.pro @@ -0,0 +1,4 @@ +load(qttest_p4) +SOURCES += tst_qfuturewatcher.cpp +QT = core core-private +CONFIG += parallel_test -- cgit v1.2.3