sbsv2/raptor/test/smoke_suite/apply_usecases.py
branchfix
changeset 170 d1af983e283d
parent 112 0a90a68583c7
child 450 63f3bc391c14
equal deleted inserted replaced
159:9758784ab2d3 170:d1af983e283d
    20 	t = SmokeTest()
    20 	t = SmokeTest()
    21 	t.description = "This testcase tests specific cases of using APPLY"
    21 	t.description = "This testcase tests specific cases of using APPLY"
    22 	t.usebash = True
    22 	t.usebash = True
    23 
    23 
    24 	# Introduce LINKER_OPTIONS for tools2 linker
    24 	# Introduce LINKER_OPTIONS for tools2 linker
    25 	t.id = "xx"
    25 	t.id = "0108"
    26 	t.name = "apply_linker_options"
    26 	t.name = "apply_linker_options"
    27 	t.command = "sbs -b smoke_suite/test_resources/apply_usecases/linker_options/bld.inf -c tools2 -f -"
    27 	t.command = "sbs -b smoke_suite/test_resources/apply_usecases/linker_options/bld.inf -c tools2 -f -"
    28 	t.targets = [
    28 	t.targets = [
    29 		"$(EPOCROOT)/epoc32/release/tools2/rel/test_apply_linkeroptions.exe"
    29 		"$(EPOCROOT)/epoc32/release/tools2/rel/test_apply_linkeroptions.exe"
    30 		]
    30 		]