summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 10:44:35 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 10:44:35 +1000
commit0298da6b7a93b87e951ce04b6b88bdbfe87db9c8 (patch)
treee6b17a11973c529f734deab262a6d42556574b23 /tests
parentee8c0f87ef97dd4a201fde74a6b586fe399fbe21 (diff)
QTEST_QUICK -> QUICK_TEST
Diffstat (limited to 'tests')
-rw-r--r--tests/qmlauto/qmlauto.pro2
-rw-r--r--tests/qmlauto/tst_qmlauto.cpp2
-rw-r--r--tests/qmlexample/tst_qmlexample.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/qmlauto/qmlauto.pro b/tests/qmlauto/qmlauto.pro
index fa0c2dc..2c0fb9c 100644
--- a/tests/qmlauto/qmlauto.pro
+++ b/tests/qmlauto/qmlauto.pro
@@ -2,5 +2,5 @@ TEMPLATE=app
TARGET=tst_qmlauto
CONFIG += warn_on testcase
SOURCES += tst_qmlauto.cpp
-DEFINES += QTEST_QUICK_SOURCE_DIR=\"\\\"$$PWD\\\"\"
+DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$PWD\\\"\"
include(../../src/quicktestlib/quicktestlib_dep.pri)
diff --git a/tests/qmlauto/tst_qmlauto.cpp b/tests/qmlauto/tst_qmlauto.cpp
index 1ff2f46..37d47ac 100644
--- a/tests/qmlauto/tst_qmlauto.cpp
+++ b/tests/qmlauto/tst_qmlauto.cpp
@@ -40,4 +40,4 @@
****************************************************************************/
#include <QtQuickTest/quicktest.h>
-QTEST_QUICK_MAIN(qmlauto)
+QUICK_TEST_MAIN(qmlauto)
diff --git a/tests/qmlexample/tst_qmlexample.cpp b/tests/qmlexample/tst_qmlexample.cpp
index 3cc5b2f..47742bf 100644
--- a/tests/qmlexample/tst_qmlexample.cpp
+++ b/tests/qmlexample/tst_qmlexample.cpp
@@ -40,4 +40,4 @@
****************************************************************************/
#include <QtQuickTest/quicktest.h>
-QTEST_QUICK_MAIN(qmlexample)
+QUICK_TEST_MAIN(qmlexample)