diff -r ef2ebc87518f -r a2e897c5c62b genericopenlibs/openenvcore/libc/test/teststdlib/inc/tstdlib.h --- a/genericopenlibs/openenvcore/libc/test/teststdlib/inc/tstdlib.h Wed Apr 14 17:44:02 2010 +0300 +++ b/genericopenlibs/openenvcore/libc/test/teststdlib/inc/tstdlib.h Tue Apr 27 18:23:16 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; };