sbsv2/raptor/test/smoke_suite/featurevariants.py
branchwip
changeset 20 d1f6767eec1a
parent 5 593a8820b912
child 347 018461a64038
equal deleted inserted replaced
19:830586221171 20:d1f6767eec1a
   229 	createvmap = "python $(SBS_HOME)/bin/createvmap.py"
   229 	createvmap = "python $(SBS_HOME)/bin/createvmap.py"
   230 	vmapfile = "$(EPOCROOT)/epoc32/build/test.vmap"
   230 	vmapfile = "$(EPOCROOT)/epoc32/build/test.vmap"
   231 	vmap = " -o " + vmapfile
   231 	vmap = " -o " + vmapfile
   232 	
   232 	
   233 	if 'SBS_BVCPP' in os.environ:
   233 	if 'SBS_BVCPP' in os.environ:
   234 		bvcpp = " -c " + os.environ['SBS_BVCPP']
   234 		bvcpp = " -c " + os.environ['SBS_BVCPP'].replace('\\','/')
   235 	else:
   235 	else:
   236 		bvcpp = " -c $(SBS_HOME)/$(HOSTPLATFORM_DIR)/bv/bin/cpp"
   236 		bvcpp = " -c $(SBS_HOME)/$(HOSTPLATFORM_DIR)/bv/bin/cpp"
   237 		if t.onWindows:
   237 		if t.onWindows:
   238 			bvcpp += ".exe"
   238 			bvcpp += ".exe"
   239 
   239