lowlevellibsandfws/apputils/initLocale/group/initialiseLocaleTests1.iby
changeset 34 5fae379060a7
equal deleted inserted replaced
31:ce057bb09d0b 34:5fae379060a7
       
     1 /*
       
     2 * Copyright (c) 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 #ifndef __INITIALISELOCALETESTS_IBY__
       
    18 #define __INITIALISELOCALETESTS_IBY__
       
    19 
       
    20 #include "TestBed.iby"
       
    21 
       
    22 // batch file that runs all automatic bafl tests
       
    23 data=ZSYSTEM\test\initialiseLocaleTests.bat	TEST\initialiselocaletests.bat
       
    24 
       
    25 
       
    26 #ifndef SYMBIAN_DISTINCT_LOCALE_MODEL
       
    27 
       
    28 
       
    29 
       
    30 // Executables for tests
       
    31 file=ABI_DIR\BUILD_DIR\T_InitialiseLocale.EXE	Test\T_InitialiseLocale.EXE
       
    32 file=ABI_DIR\BUILD_DIR\T_LocaleFlexi.EXE	Test\T_LocaleFlexi.EXE
       
    33 file=ABI_DIR\BUILD_DIR\T_CorruptLocale.EXE	Test\T_CorruptLocale.EXE
       
    34 
       
    35 #else
       
    36 
       
    37 // Executables for tests
       
    38 file=ABI_DIR\BUILD_DIR\T_InitialiseLocale.EXE	Test\T_InitialiseLocale.EXE
       
    39 file=ABI_DIR\BUILD_DIR\t_NewLocaleModel.EXE	Test\t_NewLocaleModel.EXE
       
    40 file=ABI_DIR\BUILD_DIR\t_localeflexiNewLocaleModel.EXE	Test\t_localeflexiNewLocaleModel.EXE
       
    41 file=ABI_DIR\BUILD_DIR\t_rebootnewlocalemodel.EXE	Test\t_rebootnewlocalemodel.EXE
       
    42 file=ABI_DIR\BUILD_DIR\t_corruptlocale.EXE	Test\t_corruptlocale.EXE
       
    43 
       
    44 file=ABI_DIR\BUILD_DIR\t_OldAPIOldModel.EXE	Test\t_OldAPIOldModel.EXE
       
    45 file=ABI_DIR\BUILD_DIR\t_localeflexiOldLocaleModel.EXE	Test\t_localeflexiOldLocaleModel.EXE
       
    46 
       
    47 #endif
       
    48 
       
    49 
       
    50 
       
    51 #endif