os/persistentdata/persistentstorage/store/ROM/StoreTests.IBY
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2009-2010 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=DATAZ_\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 file=ABI_DIR\BUILD_DIR\t_storswizzle.exe    test\t_storswizzle.exe
    55 #endif
    56