persistentstorage/centralrepository/group/CentralRepositoryTests.iby
changeset 0 08ec8eefde2f
child 51 7d4490026038
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __CENTRALREPOSITORYTESTS_IBY__
       
    17 #define __CENTRALREPOSITORYTESTS_IBY__
       
    18 
       
    19 REM Central Repository Tests
       
    20 #include <centralrepository.iby>
       
    21 // batch file that runs all automatic tests
       
    22 data=ZSYSTEM\test\CentralRepositoryTests.bat	test\CentralRepositoryTests.bat
       
    23 
       
    24 // centrep test dlls
       
    25 #include <centreptesthelper.iby>
       
    26 
       
    27 // centrep test supporting exe
       
    28 file=ABI_DIR\BUILD_DIR\t_processkillprocess.exe			test\t_processkillprocess.exe
       
    29 
       
    30 // cenrep test exes
       
    31 file=ABI_DIR\BUILD_DIR\t_cenrep.exe						test\t_cenrep.exe
       
    32 file=ABI_DIR\BUILD_DIR\t_cenrep_perf.exe				test\t_cenrep_perf.exe
       
    33 file=ABI_DIR\BUILD_DIR\t_cenrep_rfs.exe					test\t_cenrep_rfs.exe
       
    34 file=ABI_DIR\BUILD_DIR\t_cenreptrans.exe				test\t_cenreptrans.exe
       
    35 file=ABI_DIR\BUILD_DIR\t_cenrep_platsec.exe				test\t_cenrep_platsec.exe
       
    36 file=ABI_DIR\BUILD_DIR\t_cenrep_preq752.exe				test\t_cenrep_preq752.exe
       
    37 file=ABI_DIR\BUILD_DIR\t_cenrep_defects.exe				test\t_cenrep_defects.exe
       
    38 file=ABI_DIR\BUILD_DIR\t_cenrep_meta.exe				test\t_cenrep_meta.exe
       
    39 file=ABI_DIR\BUILD_DIR\t_cenrep_transactions.exe		test\t_cenrep_transactions.exe
       
    40 file=ABI_DIR\BUILD_DIR\t_oomcenrepsrv.exe				test\t_oomcenrepsrv.exe
       
    41 file=ABI_DIR\BUILD_DIR\t_cenrep_cache.exe				test\t_cenrep_cache.exe
       
    42 
       
    43 file=ABI_DIR\BUILD_DIR\t_cenrep_back_rest.exe			test\t_cenrep_back_rest.exe
       
    44 file=ABI_DIR\BUILD_DIR\t_cenrep_back_rest_delete.exe	test\t_cenrep_back_rest_delete.exe
       
    45 
       
    46 // centrep test data
       
    47 #include <centreptestdata.iby>
       
    48 
       
    49 //centrep multi rofs data
       
    50 #ifdef SYMBIAN_CENTREP_SUPPORT_MULTIROFS
       
    51 #include <centrep_multirofs.iby>
       
    52 	#ifdef PDS_TEST_MULTIROFS
       
    53 		#include <centreptestdata_multirofs.iby>
       
    54 	#endif
       
    55 #endif
       
    56 
       
    57 #ifdef SYMBIAN_CENREPNOTIFIERHANDLER
       
    58 //Test for Core OS extension
       
    59 #include <cenrepnotifyhandlertest.iby>
       
    60 #endif
       
    61 
       
    62 #endif //__CENTRALREPOSITORYTESTS_IBY__