sbsv2/raptor/test/smoke_suite/bitmap.py
branchwip
changeset 5 593a8820b912
parent 3 e1eecf4d390d
child 258 7e9cb59abb3f
equal deleted inserted replaced
3:e1eecf4d390d 5:593a8820b912
    38 		]
    38 		]
    39 	t.addbuildtargets('smoke_suite/test_resources/bitmap/bld.inf', [
    39 	t.addbuildtargets('smoke_suite/test_resources/bitmap/bld.inf', [
    40 		"testbitmap_dll/testbitmap.mBm_bmconvcommands"
    40 		"testbitmap_dll/testbitmap.mBm_bmconvcommands"
    41 	])
    41 	])
    42 	t.mustmatch = [
    42 	t.mustmatch = [
    43 		".*Makefile.bitmap:MIFCONV_TEST:=1.*"
    43 		".*Makefile(_all)?.bitmap:MIFCONV_TEST:=1.*"
    44 	]
    44 	]
    45 	t.mustnotmatch = [
    45 	t.mustnotmatch = [
    46 		".*Makefile.default:MIFCONV_TEST.*"
    46 		".*Makefile(_all)?.default:MIFCONV_TEST.*"
    47 	]
    47 	]
    48 	t.run()
    48 	t.run()
    49 	return t
    49 	return t