diff -r 47c74d1534e1 -r ddc455616bd6 genericopenlibs/openenvcore/libc/test/teststdlib/inc/tstdlib.h --- a/genericopenlibs/openenvcore/libc/test/teststdlib/inc/tstdlib.h Fri Apr 16 16:46:38 2010 +0300 +++ b/genericopenlibs/openenvcore/libc/test/teststdlib/inc/tstdlib.h Mon May 03 14:06:43 2010 +0300 @@ -286,6 +286,7 @@ _LIT(Kstrtoumaxbasic2, "strtoumaxbasic2"); _LIT(Kconfstr_Test2, "confstr_Test2"); _LIT(Ktmpfile_fseek, "tmpfile_fseek"); +_LIT(KtestSymLink, "testSymLink"); class CTestStdlib : public CTestStep { @@ -530,6 +531,8 @@ TInt strtoumaxbasic2(); TInt confstr_Test2( ); TInt tmpfile_fseek(); + TInt testSymLink(); + public: TInt iParamCnt; };