Update contrib.
2 # Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
4 # This component and the accompanying materials are made available
5 # under the terms of "Eclipse Public License v1.0"
6 # which accompanies this distribution, and is available
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 # Initial Contributors:
10 # Nokia Corporation - initial contribution.
26 perl testdriversetup.pl --statlite=StatLite
28 StatLite = [true | false ]
41 'statlite=s'=> \$statLite,
45 if($help or (($statLite ne "true") and ($statLite ne "false")) )
51 my $theEpocRoot=$ENV{EPOCROOT};
52 my $epoc32Location="$theEpocRoot.\\epoc32";
54 my $currentDirectory=cwd;
55 $currentDirectory =~ s/Group//i;
56 $currentDirectory =~ s/\//\\/g;
58 my $currentDrive = substr($currentDirectory,0,2);
60 my $cmd="TestDriver config";
61 my $suite="file:/$currentDrive$epoc32Location\\testdriver\\salt\\devsoundhai.driver";
65 $cmd .= " --bldclean OFF";
66 $cmd .= " --bldmake OFF";
67 $cmd .= " -e $currentDrive$theEpocRoot";
68 $cmd .= " -x $currentDrive$epoc32Location\\testdriver\\salt";
69 $cmd .= " --repos $currentDrive$epoc32Location\\testdriver\\Repository";
70 $cmd .= " -c $currentDrive$epoc32Location\\testdriver\\Results";
71 $cmd .= " -i $currentDirectory";
73 $cmd .= " --source $currentDirectory";
74 $cmd .= " --tp $currentDirectory";
75 $cmd .= " --testexec ON";
76 $cmd .= " --statlite $statLite";
77 $cmd .= " --teflite true";
78 $cmd .= " --commdb overwrite";