cryptomgmtlibs/securitytestfw/test/testhandler2/t_testsetup.h
changeset 15 da2ae96f639b
parent 8 35751d3474b7
equal deleted inserted replaced
10:afc583cfa176 15:da2ae96f639b
    28 #define SMOKE		32	//Run only if "-e" is specified
    28 #define SMOKE		32	//Run only if "-e" is specified
    29 #define INTER		64	//Run only if "-i" is specified
    29 #define INTER		64	//Run only if "-i" is specified
    30 #define DEFAULTGROUPING		SMOKE
    30 #define DEFAULTGROUPING		SMOKE
    31 
    31 
    32 #include <e32base.h>
    32 #include <e32base.h>
    33 #include <testhandler2/t_output.h>
    33 #include "t_output.h"
    34 
    34 
    35 class CTestHandlerSettings;
    35 class CTestHandlerSettings;
    36 struct TScriptTests;
    36 struct TScriptTests;
    37 struct THardcodedTests;
    37 struct THardcodedTests;
    38 
    38