sbsv2/raptor/test/smoke_suite/tools.py
branchfix
changeset 383 770bd0892cdd
parent 3 e1eecf4d390d
equal deleted inserted replaced
352:2489b07138d3 383:770bd0892cdd
     1 #
     1 #
     2 # Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of the License "Eclipse Public License v1.0"
     5 # under the terms of the License "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    18 
    18 
    19 def run():	
    19 def run():	
    20 	t = SmokeTest()
    20 	t = SmokeTest()
    21 	t.id = "52"
    21 	t.id = "52"
    22 	t.name = "tools"
    22 	t.name = "tools"
    23 	# Do not run with j > 1 because of known issues
    23 	t.command = "sbs -b smoke_suite/test_resources/tools/bld.inf -c tools"
    24 	t.command = "sbs -b smoke_suite/test_resources/tools/bld.inf -c tools -j1"
       
    25 	t.targets = [
    24 	t.targets = [
    26 		"$(EPOCROOT)/epoc32/release/tools/deb/tool_exe.bsc",
    25 		"$(EPOCROOT)/epoc32/release/tools/deb/tool_exe.bsc",
    27 		"$(EPOCROOT)/epoc32/release/tools/deb/tool_exe.exe",
    26 		"$(EPOCROOT)/epoc32/release/tools/deb/tool_exe.exe",
    28 		"$(EPOCROOT)/epoc32/release/tools/deb/tool_exe.ilk",
    27 		"$(EPOCROOT)/epoc32/release/tools/deb/tool_exe.ilk",
    29 		"$(EPOCROOT)/epoc32/release/tools/deb/tool_exe.pdb",
       
    30 		"$(EPOCROOT)/epoc32/release/tools/deb/tool_lib1.bsc",
    28 		"$(EPOCROOT)/epoc32/release/tools/deb/tool_lib1.bsc",
    31 		"$(EPOCROOT)/epoc32/release/tools/deb/tool_lib1.lib",
    29 		"$(EPOCROOT)/epoc32/release/tools/deb/tool_lib1.lib",
    32 		"$(EPOCROOT)/epoc32/release/tools/deb/tool_lib1.pdb",
       
    33 		"$(EPOCROOT)/epoc32/release/tools/deb/tool_lib2.bsc",
    30 		"$(EPOCROOT)/epoc32/release/tools/deb/tool_lib2.bsc",
    34 		"$(EPOCROOT)/epoc32/release/tools/deb/tool_lib2.lib",
    31 		"$(EPOCROOT)/epoc32/release/tools/deb/tool_lib2.lib",
    35 		"$(EPOCROOT)/epoc32/release/tools/deb/tool_lib2.pdb",
       
    36 		"$(EPOCROOT)/epoc32/release/tools/rel/tool_exe.exe",
    32 		"$(EPOCROOT)/epoc32/release/tools/rel/tool_exe.exe",
    37 		"$(EPOCROOT)/epoc32/release/tools/rel/tool_lib1.lib",
    33 		"$(EPOCROOT)/epoc32/release/tools/rel/tool_lib1.lib",
    38 		"$(EPOCROOT)/epoc32/release/tools/rel/tool_lib2.lib",
    34 		"$(EPOCROOT)/epoc32/release/tools/rel/tool_lib2.lib",
    39 		"$(EPOCROOT)/epoc32/tools/tool_exe.exe",
    35 		"$(EPOCROOT)/epoc32/tools/tool_exe.exe",
    40 		"$(EPOCROOT)/epoc32/tools/tool_lib1.lib",
    36 		"$(EPOCROOT)/epoc32/tools/tool_lib1.lib",