sbsv2/raptor/test/smoke_suite/gccxml.py
changeset 625 a1925fb7753a
parent 591 22486c9c7b15
equal deleted inserted replaced
624:f70b728ea30c 625:a1925fb7753a
    30 		"$(EPOCROOT)/epoc32/release/gccxml/includeheaders.txt",
    30 		"$(EPOCROOT)/epoc32/release/gccxml/includeheaders.txt",
    31 		"$(EPOCROOT)/epoc32/release/gccxml/urel/helloworldexe.gxp"
    31 		"$(EPOCROOT)/epoc32/release/gccxml/urel/helloworldexe.gxp"
    32 		]
    32 		]
    33 	t.addbuildtargets('smoke_suite/test_resources/simple_gui/bld.inf', [
    33 	t.addbuildtargets('smoke_suite/test_resources/simple_gui/bld.inf', [
    34 		"helloworld_exe/gccxml/HelloWorld.mmp.xml",
    34 		"helloworld_exe/gccxml/HelloWorld.mmp.xml",
    35 		"helloworld_exe/helloworld_HelloWorld_sc.rpp.d",
    35 		"helloworld_exe/helloworld_HelloWorld.rsc.d",
    36 		"helloworld_exe/gccxml/HelloWorld.rss.rfi",
    36 		"helloworld_exe/gccxml/HelloWorld.rss.rfi",
    37 		"helloworld_reg_exe/helloworld_reg_HelloWorld_reg_sc.rpp.d",
    37 		"helloworld_reg_exe/helloworld_reg_HelloWorld_reg.rsc.d",
    38 		"helloworld_exe/gccxml/HelloWorld_reg.rss.rfi",
    38 		"helloworld_exe/gccxml/HelloWorld_reg.rss.rfi",
    39 		"helloworld_exe/gccxml/urel/HelloWorld_Application.xml.d",
    39 		"helloworld_exe/gccxml/urel/HelloWorld_Application.xml.d",
    40 		"helloworld_exe/gccxml/urel/HelloWorld_Application.xml",
    40 		"helloworld_exe/gccxml/urel/HelloWorld_Application.xml",
    41 		"helloworld_exe/gccxml/urel/HelloWorld_AppUi.xml.d",
    41 		"helloworld_exe/gccxml/urel/HelloWorld_AppUi.xml.d",
    42 		"helloworld_exe/gccxml/urel/HelloWorld_AppUi.xml",
    42 		"helloworld_exe/gccxml/urel/HelloWorld_AppUi.xml",
    64 	t.command = "sbs -b smoke_suite/test_resources/simple_gui/bld.inf " + \
    64 	t.command = "sbs -b smoke_suite/test_resources/simple_gui/bld.inf " + \
    65 			"-c gccxml_urel REALLYCLEAN"
    65 			"-c gccxml_urel REALLYCLEAN"
    66 	t.antitargets = ["$(EPOCROOT)/epoc32/release/gccxml/urel/helloworldexe.gxp"]
    66 	t.antitargets = ["$(EPOCROOT)/epoc32/release/gccxml/urel/helloworldexe.gxp"]
    67 	t.addbuildantitargets('smoke_suite/test_resources/simple_gui/bld.inf', [
    67 	t.addbuildantitargets('smoke_suite/test_resources/simple_gui/bld.inf', [
    68 		"helloworld_exe/gccxml/HelloWorld.mmp.xml",
    68 		"helloworld_exe/gccxml/HelloWorld.mmp.xml",
    69 		"helloworld_exe/helloworld_HelloWorld_sc.rpp.d",
    69 		"helloworld_exe/helloworld_HelloWorld.rsc.d",
    70 		"helloworld_exe/gccxml/HelloWorld.rss.rfi",
    70 		"helloworld_exe/gccxml/HelloWorld.rss.rfi",
    71 		"helloworld_reg_exe/helloworld_reg_HelloWorld_reg_sc.rpp.d",
    71 		"helloworld_reg_exe/helloworld_reg_HelloWorld_reg.rsc.d",
    72 		"helloworld_exe/gccxml/HelloWorld_reg.rss.rfi",
    72 		"helloworld_exe/gccxml/HelloWorld_reg.rss.rfi",
    73 		"helloworld_exe/gccxml/urel/HelloWorld_Application.xml.d",
    73 		"helloworld_exe/gccxml/urel/HelloWorld_Application.xml.d",
    74 		"helloworld_exe/gccxml/urel/HelloWorld_Application.xml",
    74 		"helloworld_exe/gccxml/urel/HelloWorld_Application.xml",
    75 		"helloworld_exe/gccxml/urel/HelloWorld_AppUi.xml.d",
    75 		"helloworld_exe/gccxml/urel/HelloWorld_AppUi.xml.d",
    76 		"helloworld_exe/gccxml/urel/HelloWorld_AppUi.xml",
    76 		"helloworld_exe/gccxml/urel/HelloWorld_AppUi.xml",