persistentstorage/store/ROM/StoreTests.IBY
changeset 0 08ec8eefde2f
child 15 fcc16690f446
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     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 __STORETESTS_IBY__
       
    18 #define __STORETESTS_IBY__
       
    19 
       
    20 REM Store tests
       
    21 
       
    22 #include <store.iby>
       
    23 #include "pbe.iby"
       
    24 
       
    25 // batch file that runs all automatic store tests
       
    26 data=ZSYSTEM\test\StoreTests.bat	Test\StoreTests.bat
       
    27 
       
    28 file=ABI_DIR\BUILD_DIR\t_storset.exe	Test\t_storset.exe
       
    29 file=ABI_DIR\BUILD_DIR\t_storcrypt.exe	Test\t_storcrypt.exe
       
    30 file=ABI_DIR\BUILD_DIR\t_storcorrupt.exe	Test\t_storcorrupt.exe
       
    31 file=ABI_DIR\BUILD_DIR\t_storfbuf.exe	Test\t_storfbuf.exe
       
    32 file=ABI_DIR\BUILD_DIR\t_storfcomp.exe	Test\t_storfcomp.exe
       
    33 file=ABI_DIR\BUILD_DIR\t_storfdir.exe	Test\t_storfdir.exe
       
    34 file=ABI_DIR\BUILD_DIR\t_storfperm.exe	Test\t_storfperm.exe
       
    35 file=ABI_DIR\BUILD_DIR\t_storfrecl.exe	Test\t_storfrecl.exe
       
    36 file=ABI_DIR\BUILD_DIR\t_storfserr.exe	Test\t_storfserr.exe
       
    37 file=ABI_DIR\BUILD_DIR\t_storfstrm.exe	Test\t_storfstrm.exe
       
    38 file=ABI_DIR\BUILD_DIR\t_storoom.exe	Test\t_storoom.exe	
       
    39 file=ABI_DIR\BUILD_DIR\t_stormemstrm.exe	Test\t_stormemstrm.exe
       
    40 file=ABI_DIR\BUILD_DIR\t_storpage.exe	Test\t_storpage.exe	
       
    41 file=ABI_DIR\BUILD_DIR\t_stordelim.exe	Test\t_stordelim.exe
       
    42 file=ABI_DIR\BUILD_DIR\t_stordictfs.exe	Test\t_stordictfs.exe
       
    43 file=ABI_DIR\BUILD_DIR\t_storembed.exe	Test\t_storembed.exe
       
    44 file=ABI_DIR\BUILD_DIR\t_storshape.exe	Test\t_storshape.exe
       
    45 file=ABI_DIR\BUILD_DIR\t_stordict.exe	Test\t_stordict.exe
       
    46 file=ABI_DIR\BUILD_DIR\t_storstrm.exe	Test\t_storstrm.exe	
       
    47 file=ABI_DIR\BUILD_DIR\t_storconv.exe	Test\t_storconv.exe
       
    48 file=ABI_DIR\BUILD_DIR\t_storucmp.exe	Test\t_storucmp.exe
       
    49 file=ABI_DIR\BUILD_DIR\t_storstreamperf.exe Test\t_storstreamperf.exe
       
    50 file=ABI_DIR\BUILD_DIR\t_storiter.exe	Test\t_storiter.exe
       
    51 file=ABI_DIR\BUILD_DIR\t_stortoc.exe	Test\t_stortoc.exe
       
    52 file=ABI_DIR\BUILD_DIR\t_storverify.exe	Test\t_storverify.exe
       
    53 file=ABI_DIR\BUILD_DIR\t_storbench.exe	Test\T_storbench.exe
       
    54 #endif
       
    55