sbsv2/raptor/test/core_utils/GeneratedMakefiles/TestRun04/testrig04.bat
changeset 13 c327db0664bb
equal deleted inserted replaced
12:5e7562f67577 13:c327db0664bb
       
     1 @rem
       
     2 @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 @rem All rights reserved.
       
     4 @rem This component and the accompanying materials are made available
       
     5 @rem under the terms of the License "Eclipse Public License v1.0"
       
     6 @rem which accompanies this distribution, and is available
       
     7 @rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 @rem
       
     9 @rem Initial Contributors:
       
    10 @rem Nokia Corporation - initial contribution.
       
    11 @rem
       
    12 @rem Contributors:
       
    13 @rem
       
    14 @rem Description: 
       
    15 @rem
       
    16 
       
    17 ECHO junk_file: this file is the dummy file to be used in the cp-testing. > junk_file
       
    18 SET SBS_HOME=D:\danieljacobs\msystest\raptor
       
    19 SET PATH=%SBS_HOME%\win32\mingw\bin;%SBS_HOME%\win32\msys\bin;%PATH%
       
    20 
       
    21 @REM Generate the makefiles using case "all" ...
       
    22 FOR %%c IN (all env echo cp sed) DO (
       
    23 FOR %%i IN (100 750 1500 1750 2500) DO (
       
    24 FOR %%d in (50 100) DO (
       
    25 python makemakefile.py -t %%i -d %%d -c %%c -m makefile_%%c_%%i_targets_%%d_divisions.mk)))
       
    26 
       
    27 @REM Run mingw32-make with various values of j
       
    28 FOR %%j in (10 25 50 75 100 250) DO (
       
    29 FOR %%c IN (all env echo cp sed) DO (
       
    30 FOR %%i IN (100 750 1500 1750 2500) DO (
       
    31 FOR %%d in (50 100) DO (
       
    32 make -j %%j -f makefile_%%c_%%i_targets_%%d_divisions.mk > makefile_%%c_%%i_targets_%%d_divisions_jobs_%%j.log 2>&1))))