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")