os/ossrv/lowlevellibsandfws/apputils/bsul/group/bsultests1.iby
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     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 // bsultests.iby
    18 // IBY file for all BSUL tests
    19 
    20 #ifndef BSULTESTS_IBY
    21 #define BSULTESTS_IBY
    22 
    23 // batch file that runs all automatic bsul tests
    24 data=ZSYSTEM\test\bsultests.bat			TEST\bsultests.bat
    25 
    26 //test datas
    27 //ini files for testing
    28 data=ZRESOURCE\testconfig8.ini		\resource\testconfig8.ini
    29 data=ZRESOURCE\testconfig16.ini		\resource\testconfig16.ini
    30 data=ZRESOURCE\empty8.ini		\resource\empty8.ini
    31 data=ZRESOURCE\empty16.ini		\resource\empty16.ini
    32 data=ZRESOURCE\corruptconfig8.ini	\resource\corruptconfig8.ini
    33 data=ZRESOURCE\corruptconfig16.ini	\resource\corruptconfig16.ini
    34 data=ZRESOURCE\legacy8.ini		\resource\legacy8.ini
    35 data=ZRESOURCE\legacy16.ini		\resource\legacy16.ini
    36 data=ZRESOURCE\big16.ini		\resource\big16.ini
    37 
    38 data=ZRESOURCE\OriConfig8.ini		\resource\OriConfig8.ini
    39 data=ZRESOURCE\ComConfig8.ini		\resource\ComConfig8.ini
    40 
    41 // test executables
    42 file=ABI_DIR\BUILD_DIR\t_cacheddriveinfo.exe		Test\t_cacheddriveinfo.exe
    43 file=ABI_DIR\BUILD_DIR\t_iniparser8.exe			Test\t_iniparser8.exe
    44 file=ABI_DIR\BUILD_DIR\t_iniparser16.exe		Test\t_iniparser16.exe
    45 file=ABI_DIR\BUILD_DIR\t_iniparserperformance.exe	Test\t_iniparserperformance.exe
    46 file=ABI_DIR\BUILD_DIR\t_iniparserunit.exe		Test\t_iniparserunit.exe
    47 file=ABI_DIR\BUILD_DIR\t_clientmessage.exe		Test\t_clientmessage.exe	
    48 file=ABI_DIR\BUILD_DIR\t_clientmessagetestserver.exe Test\t_clientmessagetestserver.exe
    49 #endif