sbsv2/raptor/test/smoke_suite/exe_armv5_winscw_single_file.py
changeset 18 de5b887c98f7
parent 13 c327db0664bb
child 28 b8fa7dfeeaa1
equal deleted inserted replaced
14:eb060913c963 18:de5b887c98f7
    25 	# Build component
    25 	# Build component
    26 	t.id = "0089a"
    26 	t.id = "0089a"
    27 	t.command = "sbs -b smoke_suite/test_resources/simple_gui/Bld.inf -c armv5 -c winscw"
    27 	t.command = "sbs -b smoke_suite/test_resources/simple_gui/Bld.inf -c armv5 -c winscw"
    28 	t.addbuildtargets('smoke_suite/test_resources/simple_gui/Bld.inf', [
    28 	t.addbuildtargets('smoke_suite/test_resources/simple_gui/Bld.inf', [
    29 		"helloworld_exe/helloworld.mbm_bmconvcommands",
    29 		"helloworld_exe/helloworld.mbm_bmconvcommands",
    30 		"helloworld_exe/helloworld__resource_apps_sc.rpp",
    30 		"helloworld_exe/helloworld_HelloWorld_sc.rpp",
    31 		"helloworld_exe/helloworld__resource_apps_sc.rpp.d",
    31 		"helloworld_exe/helloworld_HelloWorld_sc.rpp.d",
    32 		"helloworld_exe/armv5/udeb/HelloWorld_Application.o",
    32 		"helloworld_exe/armv5/udeb/HelloWorld_Application.o",
    33 		"helloworld_exe/armv5/udeb/HelloWorld_Application.o.d",
    33 		"helloworld_exe/armv5/udeb/HelloWorld_Application.o.d",
    34 		"helloworld_exe/armv5/udeb/HelloWorld_AppUi.o",
    34 		"helloworld_exe/armv5/udeb/HelloWorld_AppUi.o",
    35 		"helloworld_exe/armv5/udeb/HelloWorld_AppUi.o.d",
    35 		"helloworld_exe/armv5/udeb/HelloWorld_AppUi.o.d",
    36 		"helloworld_exe/armv5/udeb/HelloWorld_AppView.o",
    36 		"helloworld_exe/armv5/udeb/HelloWorld_AppView.o",
    89 		"helloworld_exe/winscw/urel/HelloWorld_Main.o.d",
    89 		"helloworld_exe/winscw/urel/HelloWorld_Main.o.d",
    90 		"helloworld_exe/winscw/urel/helloworld_UID_.dep",
    90 		"helloworld_exe/winscw/urel/helloworld_UID_.dep",
    91 		"helloworld_exe/winscw/urel/helloworld_UID_.o",
    91 		"helloworld_exe/winscw/urel/helloworld_UID_.o",
    92 		"helloworld_exe/winscw/urel/helloworld_UID_.o.d",
    92 		"helloworld_exe/winscw/urel/helloworld_UID_.o.d",
    93 		"helloworld_exe/winscw/urel/helloworld_urel_objects.lrf",
    93 		"helloworld_exe/winscw/urel/helloworld_urel_objects.lrf",
    94 		"helloworld_reg_exe/helloworld_reg__private_10003a3f_apps_sc.rpp",
    94 		"helloworld_reg_exe/helloworld_reg_HelloWorld_reg_sc.rpp",
    95 		"helloworld_reg_exe/helloworld_reg__private_10003a3f_apps_sc.rpp.d"
    95 		"helloworld_reg_exe/helloworld_reg_HelloWorld_reg_sc.rpp.d"
    96 	])
    96 	])
    97 
    97 
    98 	t.run()
    98 	t.run()
    99 	if t.result == SmokeTest.FAIL:
    99 	if t.result == SmokeTest.FAIL:
   100 		result = SmokeTest.FAIL
   100 		result = SmokeTest.FAIL