# HG changeset patch # User yiluzhu # Date 1262625598 0 # Node ID acb06ca7ad4816b3cabba68c7793a006c2fb6546 # Parent d4f6f170ebe2c31f2e0ac8dacd8bec41023409e6 update Qt test diff -r d4f6f170ebe2 -r acb06ca7ad48 sbsv2/raptor/test/smoke_suite/qt.py --- a/sbsv2/raptor/test/smoke_suite/qt.py Mon Jan 04 11:22:26 2010 +0000 +++ b/sbsv2/raptor/test/smoke_suite/qt.py Mon Jan 04 17:19:58 2010 +0000 @@ -21,33 +21,33 @@ t.description = "Ensure Raptor builds Qt applications successfully" - t.id = "00xx" - t.name = "qt_apps" + t.id = "00xx" # TO DO: update ID + t.name = "qt_helloworld" t.command = "cd smoke_suite/test_resources/qt && qmake -spec symbian-sbsv2 && sbs" t.targets = [ "$(SBS_HOME)/test/smoke_suite/test_resources/qt/bld.inf", - "$(SBS_HOME)/test/smoke_suite/test_resources/qt/helloworld.loc", - "$(SBS_HOME)/test/smoke_suite/test_resources/qt/helloworld.rss", - "$(SBS_HOME)/test/smoke_suite/test_resources/qt/helloworld_reg.rss", - "$(SBS_HOME)/test/smoke_suite/test_resources/qt/helloworld_template.pkg", + "$(SBS_HOME)/test/smoke_suite/test_resources/qt/helloworldqt.loc", + "$(SBS_HOME)/test/smoke_suite/test_resources/qt/helloworldqt.rss", + "$(SBS_HOME)/test/smoke_suite/test_resources/qt/helloworldqt_reg.rss", + "$(SBS_HOME)/test/smoke_suite/test_resources/qt/helloworldqt_template.pkg", "$(SBS_HOME)/test/smoke_suite/test_resources/qt/Makefile", - "$(EPOCROOT)/epoc32/release/armv5/udeb/helloworld.exe", - "$(EPOCROOT)/epoc32/release/armv5/udeb/helloworld.exe.map", - "$(EPOCROOT)/epoc32/release/armv5/urel/helloworld.exe", - "$(EPOCROOT)/epoc32/release/armv5/urel/helloworld.exe.map", - "$(EPOCROOT)/epoc32/release/winscw/udeb/helloworld.exe", - "$(EPOCROOT)/epoc32/release/winscw/urel/helloworld.exe", - "$(EPOCROOT)/epoc32/release/winscw/urel/helloworld.exe.map" + "$(EPOCROOT)/epoc32/release/armv5/udeb/helloworldqt.exe", + "$(EPOCROOT)/epoc32/release/armv5/udeb/helloworldqt.exe.map", + "$(EPOCROOT)/epoc32/release/armv5/urel/helloworldqt.exe", + "$(EPOCROOT)/epoc32/release/armv5/urel/helloworldqt.exe.map", + "$(EPOCROOT)/epoc32/release/winscw/udeb/helloworldqt.exe", + "$(EPOCROOT)/epoc32/release/winscw/urel/helloworldqt.exe", + "$(EPOCROOT)/epoc32/release/winscw/urel/helloworldqt.exe.map" ] t.addbuildtargets('smoke_suite/test_resources/qt/bld.inf', [ - "helloworld_exe/armv5/udeb/helloworld.o", - "helloworld_exe/armv5/udeb/helloworld.o.d", - "helloworld_exe/armv5/urel/helloworld.o", - "helloworld_exe/armv5/urel/helloworld.o.d", - "helloworld_exe/winscw/udeb/helloworld.o", - "helloworld_exe/winscw/udeb/helloworld.o.d", - "helloworld_exe/winscw/urel/helloworld.o", - "helloworld_exe/winscw/urel/helloworld.o.d" + "helloworldqt_exe/armv5/udeb/helloworld.o", + "helloworldqt_exe/armv5/udeb/helloworld.o.d", + "helloworldqt_exe/armv5/urel/helloworld.o", + "helloworldqt_exe/armv5/urel/helloworld.o.d", + "helloworldqt_exe/winscw/udeb/helloworld.o", + "helloworldqt_exe/winscw/udeb/helloworld.o.d", + "helloworldqt_exe/winscw/urel/helloworld.o", + "helloworldqt_exe/winscw/urel/helloworld.o.d" ]) t.run("windows") diff -r d4f6f170ebe2 -r acb06ca7ad48 sbsv2/raptor/test/smoke_suite/test_resources/qt/helloworld.pro --- a/sbsv2/raptor/test/smoke_suite/test_resources/qt/helloworld.pro Mon Jan 04 11:22:26 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ - -TEMPLATE = app -TARGET = -DEPENDPATH += . -INCLUDEPATH += . - -# Input -SOURCES += helloworld.cpp diff -r d4f6f170ebe2 -r acb06ca7ad48 sbsv2/raptor/test/smoke_suite/test_resources/qt/helloworldqt.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbsv2/raptor/test/smoke_suite/test_resources/qt/helloworldqt.pro Mon Jan 04 17:19:58 2010 +0000 @@ -0,0 +1,8 @@ + +TEMPLATE = app +TARGET = +DEPENDPATH += . +INCLUDEPATH += . + +# Input +SOURCES += helloworld.cpp