os/ossrv/stdcpp/tsrc/BC/sis/stdcpp.bat
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 "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 rem Redistribution and use in source and binary forms, with or without 
    18 rem modification, are permitted provided that the following conditions are met:
    19 
    20 rem Redistributions of source code must retain the above copyright notice, this 
    21 rem list of conditions and the following disclaimer.
    22 rem Redistributions in binary form must reproduce the above copyright notice, 
    23 rem this list of conditions and the following disclaimer in the documentation 
    24 rem and/or other materials provided with the distribution.
    25 rem Neither the name of Nokia Corporation nor the names of its contributors 
    26 rem may be used to endorse or promote products derived from this software 
    27 rem without specific prior written permission.
    28 
    29 rem THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
    30 rem AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
    31 rem IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
    32 rem DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
    33 rem FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
    34 rem DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
    35 rem SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
    36 rem CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
    37 rem OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
    38 rem OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    39 rem
    40 rem Description:      
    41 rem
    42 
    43 
    44 
    45 
    46 md e:\BCTest
    47 md e:\BCTest\Results
    48 
    49 
    50 
    51 copy C:\TestFramework\TestFramework_cppwrap.ini C:\TestFramework\TestFramework.ini
    52 ATSINTERFACE.EXE -testmodule testscripter -config C:\TestFramework\bccppwrap.cfg
    53 copy c:\Logs\TestFramework\TestReport.txt e:\BCTest\results\mrt_cppwrap.txt
    54 
    55 
    56 
    57 copy C:\TestFramework\TestFramework_mrtruntime.ini C:\TestFramework\TestFramework.ini
    58 ATSINTERFACE.EXE -testmodule testscripter -config C:\TestFramework\bccsruntimesup.cfg
    59 copy c:\Logs\TestFramework\TestReport.txt e:\BCTest\results\mrt_csruntime.txt
    60 
    61 
    62 copy C:\TestFramework\TestFramework_mrtexp.ini C:\TestFramework\TestFramework.ini
    63 ATSINTERFACE.EXE -testmodule testscripter -config C:\TestFramework\BCException.cfg
    64 copy c:\Logs\TestFramework\TestReport.txt e:\BCTest\results\mrt_exception.txt
    65 
    66 
    67 copy C:\TestFramework\TestFramework_mrtnons.ini C:\TestFramework\TestFramework.ini
    68 ATSINTERFACE.EXE -testmodule testscripter -config C:\TestFramework\BCNoNamespace.cfg
    69 copy c:\Logs\TestFramework\TestReport.txt e:\BCTest\results\mrt_nonamespace.txt
    70 
    71 
    72 copy C:\TestFramework\TestFramework_mrtopenc.ini C:\TestFramework\TestFramework.ini
    73 ATSINTERFACE.EXE -testmodule testscripter -config C:\TestFramework\BCOpenCHeaders.cfg
    74 copy c:\Logs\TestFramework\TestReport.txt e:\BCTest\results\mrt_opencheaders.txt
    75 
    76 
    77 copy C:\TestFramework\TestFramework_ocw.ini C:\TestFramework\TestFramework.ini
    78 ATSINTERFACE.EXE -testmodule testscripter -config C:\TestFramework\BCOpenCWrap.cfg
    79 copy c:\Logs\TestFramework\TestReport.txt e:\BCTest\results\mrt_opencwrap.txt
    80 
    81 
    82 copy C:\TestFramework\TestFramework_mrtthread.ini C:\TestFramework\TestFramework.ini
    83 ATSINTERFACE.EXE -testmodule testscripter -config C:\TestFramework\bcthread.cfg
    84 copy c:\Logs\TestFramework\TestReport.txt e:\BCTest\results\mrt_thread.txt
    85 
    86 
    87 copy C:\TestFramework\TestFramework_mrttypea.ini C:\TestFramework\TestFramework.ini
    88 ATSINTERFACE.EXE -testmodule testscripter -config C:\TestFramework\BCTypeAttrib.cfg
    89 copy c:\Logs\TestFramework\TestReport.txt e:\BCTest\results\mrt_typeattrib.txt
    90 
    91 
    92 copy C:\TestFramework\TestFramework_mrttypei.ini C:\TestFramework\TestFramework.ini
    93 ATSINTERFACE.EXE -testmodule testscripter -config C:\TestFramework\BCTypeInfo.cfg
    94 copy c:\Logs\TestFramework\TestReport.txt e:\BCTest\results\mrt_typeinfo.txt
    95 
    96 
    97 copy C:\TestFramework\TestFramework_ct.ini C:\TestFramework\TestFramework.ini
    98 ATSINTERFACE.EXE -testmodule chartypes
    99 copy c:\Logs\TestFramework\TestReport.txt e:\BCTest\results\mrt_chartypes.txt
   100 
   101 
   102 copy C:\TestFramework\TestFramework_mrtmath.ini C:\TestFramework\TestFramework.ini
   103 ATSINTERFACE.EXE -testmodule testscripter -config C:\TestFramework\tmath_operations.cfg
   104 copy c:\Logs\TestFramework\TestReport.txt e:\BCTest\results\mrt_mathoperations.txt
   105 
   106 
   107 copy C:\TestFramework\TestFramework_mrtmem.ini C:\TestFramework\TestFramework.ini
   108 ATSINTERFACE.EXE -testmodule testscripter -config C:\TestFramework\tmemory.cfg
   109 copy c:\Logs\TestFramework\TestReport.txt e:\BCTest\results\mrt_tmemory.txt
   110 
   111 
   112 copy C:\TestFramework\TestFramework_mrtutil.ini C:\TestFramework\TestFramework.ini
   113 ATSINTERFACE.EXE -testmodule testscripter -config C:\TestFramework\tutility.cfg
   114 copy c:\Logs\TestFramework\TestReport.txt e:\BCTest\results\mrt_utility.txt
   115 
   116 
   117 copy C:\TestFramework\testframework_wc.ini C:\TestFramework\TestFramework.ini
   118 ATSINTERFACE.EXE -testmodule widecharclassapiBCTest
   119 copy c:\Logs\TestFramework\TestReport.txt e:\BCTest\results\mrt_widecharclass.txt
   120 
   121 
   122 copy C:\TestFramework\TestFramework_tstl_1.ini C:\TestFramework\TestFramework.ini
   123 ATSINTERFACE.EXE -testmodule testscripter -config C:\TestFramework\tstl_1.cfg
   124 copy c:\Logs\TestFramework\TestReport.txt e:\BCTest\results\mrt_tstl.txt
   125 
   126 
   127 copy C:\TestFramework\TestFramework_tlocale.ini C:\TestFramework\TestFramework.ini
   128 ATSINTERFACE.EXE -testmodule testscripter -config C:\TestFramework\tlocale.cfg
   129 copy c:\Logs\TestFramework\TestReport.txt e:\BCTest\results\mrt_tlocale.txt