testexecfw/tef/test/regressiontest/group/te_regressiontest.iby
changeset 0 3e07fef1e154
equal deleted inserted replaced
-1:000000000000 0:3e07fef1e154
       
     1 //
       
     2 // Copyright (c) 2005-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 __TE_REGRESSIONTEST_IBY__
       
    18 #define __TE_REGRESSIONTEST_IBY__
       
    19 
       
    20 #include <testexecute.iby>
       
    21 #include <te_RegScriptCommand.iby>
       
    22 #include <te_RegStepTestSuite.iby>
       
    23 #include <te_RegBlockTestSuite.iby>
       
    24 #include <TEFLoggerTest.iby>
       
    25 #include <clienttest.iby>
       
    26 #include <unittest.iby>
       
    27 #include <te_regcommandline.iby>
       
    28 #include <te_regconcurrenttestsuite.iby>
       
    29 #include <te_regperformancetestsuite.iby>
       
    30 #include <te_utilitiesut.iby>
       
    31 
       
    32 data=EPOCROOT##epoc32\winscw\c\system\data\testexecute_test.ini system\data\testexecute_test.ini
       
    33 data=EPOCROOT##epoc32\winscw\c\testdata\scripts\te_regprepareenv.script testdata\scripts\te_regprepareenv.script
       
    34 data=EPOCROOT##epoc32\winscw\c\testdata\scripts\te_regcleanenv.script testdata\scripts\te_regcleanenv.script
       
    35 data=EPOCROOT##epoc32\winscw\c\testdata\scripts\tefregressiontest.script testdata\scripts\tefregressiontest.script
       
    36 
       
    37 #endif