sbsv2/raptor/test/smoke_suite/sysdef_layers.py
branchfix
changeset 271 ba02dc2ff214
parent 269 62f7cce721ae
child 472 d1500715c073
equal deleted inserted replaced
270:29b7de7b6f0d 271:ba02dc2ff214
    80 		"helloworld_exe/winscw/urel/helloworld.UID.CPP",
    80 		"helloworld_exe/winscw/urel/helloworld.UID.CPP",
    81 		"helloworld_exe/winscw/urel/helloworld_UID_.o",
    81 		"helloworld_exe/winscw/urel/helloworld_UID_.o",
    82 		"helloworld_reg_exe/helloworld_reg__private_10003a3f_apps_sc.rpp"
    82 		"helloworld_reg_exe/helloworld_reg__private_10003a3f_apps_sc.rpp"
    83 		])
    83 		])
    84 	t.countmatch = [
    84 	t.countmatch = [
    85 		["<recipe .*layer='Component with Layer Dependencies' component='dependent'.*>", 43],
    85 		["<recipe .*layer='Component with Layer Dependencies' component='dependent'.*>", 37],
    86 		["<recipe .*layer='Build Generated Source' component='build generated source'.*>", 7]		
    86 		["<recipe .*layer='Build Generated Source' component='build generated source'.*>", 7]		
    87 		]
    87 		]
    88 	t.run()
    88 	t.run()
    89 	return t
    89 	return t