sbsv2/raptor/test/smoke_suite/tracecompiler_incremental.py
branchfix
changeset 187 903b0cf4d64d
parent 186 faf065016d1f
child 350 d8ab7aaead58
equal deleted inserted replaced
186:faf065016d1f 187:903b0cf4d64d
    41 		"$(SBS_HOME)/test/smoke_suite/test_resources/tracecompiler/testTC/traces/wlanhwinitpermparserTraces.h",	
    41 		"$(SBS_HOME)/test/smoke_suite/test_resources/tracecompiler/testTC/traces/wlanhwinitpermparserTraces.h",	
    42 		"$(SBS_HOME)/test/smoke_suite/test_resources/tracecompiler/testTC/traces/fixed_id.definitions",
    42 		"$(SBS_HOME)/test/smoke_suite/test_resources/tracecompiler/testTC/traces/fixed_id.definitions",
    43 		"$(EPOCROOT)/epoc32/ost_dictionaries/testTC_0x1000008d_Dictionary.xml",
    43 		"$(EPOCROOT)/epoc32/ost_dictionaries/testTC_0x1000008d_Dictionary.xml",
    44 		"$(EPOCROOT)/epoc32/include/internal/symbiantraces/autogen/testTC_0x1000008d_TraceDefinitions.h"
    44 		"$(EPOCROOT)/epoc32/include/internal/symbiantraces/autogen/testTC_0x1000008d_TraceDefinitions.h"
    45 		]
    45 		]
    46 	t.run()
    46 	t.run("windows")
    47 
    47 
    48 	t.id = "114c"
    48 	t.id = "114c"
    49 	t.name = "tracecompiler_incremental_rebuild"
    49 	t.name = "tracecompiler_incremental_rebuild"
    50 	t.command = "touch smoke_suite/test_resources/tracecompiler/testTC/src/wlanhwinit.cpp && sbs -b smoke_suite/test_resources/tracecompiler/testTC/group/bld.inf -c armv5_urel.tracecompiler -f - -m ${SBSMAKEFILE}"
    50 	t.command = "touch smoke_suite/test_resources/tracecompiler/testTC/src/wlanhwinit.cpp && sbs -b smoke_suite/test_resources/tracecompiler/testTC/group/bld.inf -c armv5_urel.tracecompiler -f - -m ${SBSMAKEFILE}"
    51 	t.countmatch = [ ["name='compile'",1] ]
    51 	t.countmatch = [ ["name='compile'",1] ]
    52 	t.targets = []
    52 	t.targets = []
    53 	t.run()
    53 	t.run("windows")
    54 
    54 
    55 	t.id = "114"
    55 	t.id = "114"
    56 	t.name = "tracecompiler_incremental"
    56 	t.name = "tracecompiler_incremental"
    57 	return t
    57 	return t
    58 
    58