sbsv2/raptor/test/smoke_suite/sysdef_layers.py
changeset 28 b8fa7dfeeaa1
parent 18 de5b887c98f7
equal deleted inserted replaced
27:3a31ca4b29c4 28:b8fa7dfeeaa1
    46 		"$(EPOCROOT)/epoc32/release/winscw/urel/helloworld.exe.map",
    46 		"$(EPOCROOT)/epoc32/release/winscw/urel/helloworld.exe.map",
    47 		"$(EPOCROOT)/epoc32/release/winscw/urel/z/private/10003a3f/apps/helloworld_reg.rsc",
    47 		"$(EPOCROOT)/epoc32/release/winscw/urel/z/private/10003a3f/apps/helloworld_reg.rsc",
    48 		"$(EPOCROOT)/epoc32/release/winscw/urel/z/resource/apps/helloworld.rsc",
    48 		"$(EPOCROOT)/epoc32/release/winscw/urel/z/resource/apps/helloworld.rsc",
    49 		]
    49 		]
    50 	t.addbuildtargets('smoke_suite/test_resources/sysdef/build_gen_source/bld.inf', [
    50 	t.addbuildtargets('smoke_suite/test_resources/sysdef/build_gen_source/bld.inf', [
    51 		"helloworld_/helloworld_HelloWorld_sc.rpp"
    51 		"helloworld_/helloworld_HelloWorld.rsc.rpp"
    52 		])
    52 		])
    53 	t.addbuildtargets('smoke_suite/test_resources/sysdef/dependent/bld.inf', [
    53 	t.addbuildtargets('smoke_suite/test_resources/sysdef/dependent/bld.inf', [
    54 		"helloworld_exe/armv5/udeb/HelloWorld_Application.o",
    54 		"helloworld_exe/armv5/udeb/HelloWorld_Application.o",
    55 		"helloworld_exe/armv5/udeb/HelloWorld_AppUi.o",
    55 		"helloworld_exe/armv5/udeb/HelloWorld_AppUi.o",
    56 		"helloworld_exe/armv5/udeb/HelloWorld_AppView.o",
    56 		"helloworld_exe/armv5/udeb/HelloWorld_AppView.o",
    73 		"helloworld_exe/winscw/urel/HelloWorld_AppView.o",
    73 		"helloworld_exe/winscw/urel/HelloWorld_AppView.o",
    74 		"helloworld_exe/winscw/urel/HelloWorld_Document.o",
    74 		"helloworld_exe/winscw/urel/HelloWorld_Document.o",
    75 		"helloworld_exe/winscw/urel/HelloWorld_Main.o",
    75 		"helloworld_exe/winscw/urel/HelloWorld_Main.o",
    76 		"helloworld_exe/winscw/urel/helloworld.UID.CPP",
    76 		"helloworld_exe/winscw/urel/helloworld.UID.CPP",
    77 		"helloworld_exe/winscw/urel/helloworld_UID_.o",
    77 		"helloworld_exe/winscw/urel/helloworld_UID_.o",
    78 		"helloworld_reg_exe/helloworld_reg_HelloWorld_reg_sc.rpp"
    78 		"helloworld_reg_exe/helloworld_reg_HelloWorld_reg.rsc.rpp"
    79 		])
    79 		])
    80 	t.countmatch = [
    80 	t.countmatch = [
    81 		["<recipe .*layer='Component with Layer Dependencies' component='dependent'.*>", 34],
    81 		["<recipe .*layer='Component with Layer Dependencies' component='dependent'.*>", 33],
    82 		["<recipe .*layer='Build Generated Source' component='build generated source'.*>", 4]		
    82 		["<recipe .*layer='Build Generated Source' component='build generated source'.*>", 3]		
    83 		]
    83 		]
    84 	t.run()
    84 	t.run()
    85 	return t
    85 	return t