xml/xmlfw/test/rtest/group/xmlframeworktests.iby
changeset 0 e35f40988205
child 24 74f0b3eb154c
equal deleted inserted replaced
-1:000000000000 0:e35f40988205
       
     1 // Copyright (c) 2005-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 __XMLFRAMEWORKTESTS_IBY__
       
    17 #define __XMLFRAMEWORKTESTS_IBY__
       
    18 
       
    19 REM XML Framework Tests
       
    20 
       
    21 #include <xmlframework.iby>
       
    22 #include <testbed.iby>
       
    23 #include <xmlcustomresolvertests.iby>
       
    24 
       
    25 // batch file that runs all automatic Framework tests
       
    26 data=ZSYSTEM\test\xmlframeworktests.bat						test\xmlframeworktests.bat
       
    27 
       
    28 // Framework test exe
       
    29 file=ABI_DIR\BUILD_DIR\t_xmlcore.exe						test\t_xmlcore.exe
       
    30 
       
    31 // Framework components test exe
       
    32 file=ABI_DIR\BUILD_DIR\t_xmlmisc.exe						test\t_xmlmisc.exe
       
    33 
       
    34 // CMatchData unit test exe
       
    35 file=ABI_DIR\BUILD_DIR\tu_xmlcmatchdataunittests.exe		test\tu_xmlcmatchdataunittests.exe
       
    36 
       
    37 // API performance test exe
       
    38 file=ABI_DIR\BUILD_DIR\tp_xmlframeworkperftests.exe 		test\tp_xmlframeworkperftests.exe
       
    39 
       
    40 // Access to file system helper exe
       
    41 file=ABI_DIR\BUILD_DIR\t_xmlprocessfilemancopyfile.exe		test\t_xmlprocessfilemancopyfile.exe
       
    42 
       
    43 file=ABI_DIR\BUILD_DIR\t_parserucs4test.exe					test\t_parserucs4test.exe
       
    44 
       
    45 
       
    46 // Z: to C:
       
    47 data=EPOCROOT##epoc32\data\z\XmlRAMOnly\tu_xmlramparserplugins.dll	XmlRAMOnly\tu_xmlramparserplugins.dll
       
    48 data=EPOCROOT##epoc32\data\z\XmlRAMOnly\tu_xmlramparserplugins.rsc	XmlRAMOnly\tu_xmlramparserplugins.rsc
       
    49 
       
    50 // Test plugin
       
    51 
       
    52 // Test resources
       
    53 //
       
    54 // Test Validator
       
    55 ECOM_PLUGIN(t_validator.dll,101faa0f.rsc)
       
    56 
       
    57 // Test Parser
       
    58 ECOM_PLUGIN(t_parser.dll,101fadcd.rsc)
       
    59 
       
    60 // Test String Dictionary
       
    61 ECOM_PLUGIN(t_stringdictionary00.dll,101fcabf.rsc)
       
    62 
       
    63 // Unit test plugin pack - ROM only
       
    64 ECOM_PLUGIN(tu_xmlromparserplugins.dll,10273869.rsc)
       
    65 
       
    66 #endif