sbsv2/raptor/test/smoke_suite/resource.py
branchfix
changeset 533 408bfff46ad7
parent 479 62411a80435e
child 537 164e587fef9f
equal deleted inserted replaced
532:1083c9a3a7cf 533:408bfff46ad7
    77 		res_depfile
    77 		res_depfile
    78 		]
    78 		]
    79 
    79 
    80 	t.addbuildtargets('smoke_suite/test_resources/resource/group/bld.inf', [	
    80 	t.addbuildtargets('smoke_suite/test_resources/resource/group/bld.inf', [	
    81 		"testresource_/testresource_02.rpp",
    81 		"testresource_/testresource_02.rpp",
    82 		"testresource_/testresource_02.rpp.d",
       
    83 		"testresource_/testresource_01.rpp",
    82 		"testresource_/testresource_01.rpp",
    84 		"testresource_/testresource_01.rpp.d",
    83 		"testresource_/testresource_01.rpp.d",
    85 		"testresource_/testresource_sc.rpp",
    84 		"testresource_/testresource_sc.rpp"])
    86 		"testresource_/testresource_sc.rpp.d"])
       
    87 
    85 
    88 	t.command = "sbs -b smoke_suite/test_resources/resource/group/bld.inf  -c armv5_urel reallyclean ; sbs --no-depend-generate -j 16 -b smoke_suite/test_resources/resource/group/bld.inf -c armv5_urel -f ${SBSLOGFILE} -m ${SBSMAKEFILE} && grep 'epoc32.include.testresource.rsg' %s && wc -l %s " % (res_depfile, res_depfile)
    86 	t.command = "sbs -b smoke_suite/test_resources/resource/group/bld.inf  -c armv5_urel reallyclean ; sbs --no-depend-generate -j 16 -b smoke_suite/test_resources/resource/group/bld.inf -c armv5_urel -f ${SBSLOGFILE} -m ${SBSMAKEFILE} && grep 'epoc32.include.testresource.rsg' %s && wc -l %s " % (res_depfile, res_depfile)
    89 
    87 
    90 	t.mustnotmatch = []
    88 	t.mustnotmatch = []
    91 
    89 
    92 	t.mustmatch = [
    90 	t.mustmatch = [
    93 			"4 .*.dependentresource_.dependentresource_sc.rpp.d"
    91 			"3 .*.dependentresource_.dependentresource_sc.rpp.d"
    94 		      ]
    92 		      ]
    95 
    93 
    96 	t.run()
    94 	t.run()
    97 
    95 
    98 	t.name = 'resource'
    96 	t.name = 'resource'