From: Martin Jones Date: Tue, 8 May 2012 06:22:54 +0000 (+1000) Subject: Set test data directory correctly for QML profiler tests X-Git-Tag: 071012131707~461 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=39719290f51f2043fd2d49ea4d900404f5153898;p=profile%2Fivi%2Fqtdeclarative.git Set test data directory correctly for QML profiler tests Change-Id: I52f41aacb2963699394dc3ea22d6a4723b189a87 Reviewed-by: Damian Jansen --- diff --git a/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro b/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro index 2a665a0..5181414 100644 --- a/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro +++ b/tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro @@ -8,7 +8,7 @@ INCLUDEPATH += ../shared include(../../../shared/util.pri) include(../shared/debugutil.pri) -OTHER_FILES += data/test.qml +TESTDATA = data/* CONFIG += parallel_test diff --git a/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro b/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro index 9fa4e05..ccaba09 100644 --- a/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro +++ b/tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro @@ -8,7 +8,7 @@ INCLUDEPATH += ../shared include(../../../shared/util.pri) include(../shared/debugutil.pri) -OTHER_FILES += data/test.qml +TESTDATA = data/* CONFIG += parallel_test