userlibandfileserver/fatfilenameconversionplugins/group/FATCharsetConvTests.iby
changeset 31 56f325a607ea
parent 15 4122176ea935
child 32 c9417927a896
child 33 0173bcd7697c
equal deleted inserted replaced
15:4122176ea935 31:56f325a607ea
     1 /*
       
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __FATCharsetConvTests_iby__
       
    21 #define __FATCharsetConvTests_iby__
       
    22 
       
    23 REM FATCharsetConv tests
       
    24 
       
    25 #include <fatcharsetconv.iby>
       
    26 
       
    27 // batch file that runs all automatic FATCharsetConv tests
       
    28 data=ZSYSTEM\test\FATCharsetConvTests.bat	TEST\FATCharsetConvTests.bat
       
    29 
       
    30 file=ABI_DIR\BUILD_DIR\T_CP1250.exe	Test\T_CP1250.exe
       
    31 file=ABI_DIR\BUILD_DIR\T_CP1251.exe	Test\T_CP1251.exe
       
    32 file=ABI_DIR\BUILD_DIR\T_CP1252.exe	Test\T_CP1252.exe
       
    33 file=ABI_DIR\BUILD_DIR\T_CP1253.exe	Test\T_CP1253.exe
       
    34 file=ABI_DIR\BUILD_DIR\T_CP1254.exe	Test\T_CP1254.exe
       
    35 file=ABI_DIR\BUILD_DIR\T_CP1255.exe	Test\T_CP1255.exe
       
    36 file=ABI_DIR\BUILD_DIR\T_CP1256.exe	Test\T_CP1256.exe
       
    37 file=ABI_DIR\BUILD_DIR\T_CP1257.exe	Test\T_CP1257.exe
       
    38 file=ABI_DIR\BUILD_DIR\T_CP1258.exe	Test\T_CP1258.exe
       
    39 file=ABI_DIR\BUILD_DIR\T_CP874.exe	Test\T_CP874.exe
       
    40 file=ABI_DIR\BUILD_DIR\T_CP932.exe	Test\T_CP932.exe
       
    41 file=ABI_DIR\BUILD_DIR\T_CP936.exe	Test\T_CP936.exe
       
    42 file=ABI_DIR\BUILD_DIR\T_CP54936.exe	Test\T_CP54936.exe
       
    43 file=ABI_DIR\BUILD_DIR\T_CP949.exe	Test\T_CP949.exe
       
    44 file=ABI_DIR\BUILD_DIR\T_CP950.exe	Test\T_CP950.exe
       
    45 
       
    46 #endif
       
    47