From 0298da6b7a93b87e951ce04b6b88bdbfe87db9c8 Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Thu, 9 Dec 2010 10:44:35 +1000 Subject: QTEST_QUICK -> QUICK_TEST --- tests/qmlauto/qmlauto.pro | 2 +- tests/qmlauto/tst_qmlauto.cpp | 2 +- tests/qmlexample/tst_qmlexample.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') 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 -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 -QTEST_QUICK_MAIN(qmlexample) +QUICK_TEST_MAIN(qmlexample) -- cgit v1.2.3