sbsv2/raptor/test/smoke_suite/output_control.py
branchwip
changeset 450 63f3bc391c14
parent 3 e1eecf4d390d
equal deleted inserted replaced
449:a81dda3943ac 450:63f3bc391c14
    30 		"createstaticdll_dll/winscw/urel/createstaticdll_UID_.o.d"
    30 		"createstaticdll_dll/winscw/urel/createstaticdll_UID_.o.d"
    31 	]
    31 	]
    32 	
    32 	
    33 	t = SmokeTest()
    33 	t = SmokeTest()
    34 	t.id = "82"
    34 	t.id = "82"
    35 	t.name = "output_control_sbs_build_dir"
    35 	t.name = "output_control"
    36 	t.description = "Test building intermediate files into a location other than $EPOCROOT/epoc32/build. Use SBS_BUILD_DIR. environment variable."
    36 	t.description = "Test building intermediate files into a location other than $EPOCROOT/epoc32/build. Use SBS_BUILD_DIR. environment variable."
    37 	t.sbs_build_dir = environ['EPOCROOT'].replace("\\","/").rstrip("/") + '/anotherbuilddir'
    37 	t.sbs_build_dir = environ['EPOCROOT'].replace("\\","/").rstrip("/") + '/anotherbuilddir'
    38 	t.environ['SBS_BUILD_DIR'] = t.sbs_build_dir
    38 	t.environ['SBS_BUILD_DIR'] = t.sbs_build_dir
    39 	t.command = "sbs -b smoke_suite/test_resources/simple_dll/bld.inf -c armv5_urel -c winscw_urel"
    39 	t.command = "sbs -b smoke_suite/test_resources/simple_dll/bld.inf -c armv5_urel -c winscw_urel"
    40 	t.targets = [
    40 	t.targets = [