sbsv2/raptor/test/smoke_suite/bitmap.py
branchwip
changeset 5 593a8820b912
parent 3 e1eecf4d390d
child 258 7e9cb59abb3f
--- a/sbsv2/raptor/test/smoke_suite/bitmap.py	Mon Nov 16 09:46:46 2009 +0000
+++ b/sbsv2/raptor/test/smoke_suite/bitmap.py	Mon Nov 16 20:39:37 2009 +0000
@@ -40,10 +40,10 @@
 		"testbitmap_dll/testbitmap.mBm_bmconvcommands"
 	])
 	t.mustmatch = [
-		".*Makefile.bitmap:MIFCONV_TEST:=1.*"
+		".*Makefile(_all)?.bitmap:MIFCONV_TEST:=1.*"
 	]
 	t.mustnotmatch = [
-		".*Makefile.default:MIFCONV_TEST.*"
+		".*Makefile(_all)?.default:MIFCONV_TEST.*"
 	]
 	t.run()
 	return t