summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-11-07 16:46:52 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-11 02:45:05 +0100
commit94fc8750797ffd3ef867d0cdc7849492cfee2c23 (patch)
tree2be26c742cd693cf9683b10a8cea2b17a0eac8da /tests/auto/corelib/global
parentb0a7af6b4debecd7226289f278e5acf571d80c64 (diff)
Cleanup corelib autotests
Tidy the autotest .pro files. Most autotest .pro files should look like this: CONFIG += testcase TARGET = tst_something QT = core testlib SOURCES = tst_something.cpp Change-Id: I877c2194e9fa9dd13478d117895e1e255a948ad7 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/corelib/global')
-rw-r--r--tests/auto/corelib/global/q_func_info/q_func_info.pro5
-rw-r--r--tests/auto/corelib/global/qflags/qflags.pro5
-rw-r--r--tests/auto/corelib/global/qgetputenv/qgetputenv.pro5
-rw-r--r--tests/auto/corelib/global/qglobal/qglobal.pro5
-rw-r--r--tests/auto/corelib/global/qnumeric/qnumeric.pro7
-rw-r--r--tests/auto/corelib/global/qrand/qrand.pro5
6 files changed, 12 insertions, 20 deletions
diff --git a/tests/auto/corelib/global/q_func_info/q_func_info.pro b/tests/auto/corelib/global/q_func_info/q_func_info.pro
index d657fd80ee..d3b906a9dd 100644
--- a/tests/auto/corelib/global/q_func_info/q_func_info.pro
+++ b/tests/auto/corelib/global/q_func_info/q_func_info.pro
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
TARGET = tst_q_func_info
-SOURCES += tst_q_func_info.cpp
QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_q_func_info.cpp
diff --git a/tests/auto/corelib/global/qflags/qflags.pro b/tests/auto/corelib/global/qflags/qflags.pro
index eeb204f51f..e5d1acb087 100644
--- a/tests/auto/corelib/global/qflags/qflags.pro
+++ b/tests/auto/corelib/global/qflags/qflags.pro
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
TARGET = tst_qflags
-SOURCES += tst_qflags.cpp
QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qflags.cpp
diff --git a/tests/auto/corelib/global/qgetputenv/qgetputenv.pro b/tests/auto/corelib/global/qgetputenv/qgetputenv.pro
index ccfac7b8a7..039de7a87a 100644
--- a/tests/auto/corelib/global/qgetputenv/qgetputenv.pro
+++ b/tests/auto/corelib/global/qgetputenv/qgetputenv.pro
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
TARGET = tst_qgetputenv
-SOURCES += tst_qgetputenv.cpp
QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qgetputenv.cpp
diff --git a/tests/auto/corelib/global/qglobal/qglobal.pro b/tests/auto/corelib/global/qglobal/qglobal.pro
index b4bcf0524f..0f26e9854b 100644
--- a/tests/auto/corelib/global/qglobal/qglobal.pro
+++ b/tests/auto/corelib/global/qglobal/qglobal.pro
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
TARGET = tst_qglobal
-SOURCES += tst_qglobal.cpp
QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qglobal.cpp
diff --git a/tests/auto/corelib/global/qnumeric/qnumeric.pro b/tests/auto/corelib/global/qnumeric/qnumeric.pro
index 67b7a8de65..cf2cc56ce6 100644
--- a/tests/auto/corelib/global/qnumeric/qnumeric.pro
+++ b/tests/auto/corelib/global/qnumeric/qnumeric.pro
@@ -1,7 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
TARGET = tst_qnumeric
-
QT = core testlib
-
-SOURCES += tst_qnumeric.cpp
-CONFIG += parallel_test
+SOURCES = tst_qnumeric.cpp
diff --git a/tests/auto/corelib/global/qrand/qrand.pro b/tests/auto/corelib/global/qrand/qrand.pro
index 552592e2e4..911ff50ac1 100644
--- a/tests/auto/corelib/global/qrand/qrand.pro
+++ b/tests/auto/corelib/global/qrand/qrand.pro
@@ -1,5 +1,4 @@
-CONFIG += testcase
+CONFIG += testcase parallel_test
TARGET = tst_qrand
-SOURCES += tst_qrand.cpp
QT = core testlib
-CONFIG += parallel_test
+SOURCES = tst_qrand.cpp