1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericopenlibs/cstdlib/group/stdlibtests.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,69 @@
1.4 +// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +//
1.18 +
1.19 +#ifndef __STDLIBTESTS_IBY__
1.20 +#define __STDLIBTESTS_IBY__
1.21 +
1.22 +REM STDLIB Tests
1.23 +
1.24 +#include <charconv.iby>
1.25 +#include <stdlib.iby>
1.26 +
1.27 +//for T_PR234_LTIME.cpp
1.28 +#include <TIMEZONESERVER.iby>
1.29 +
1.30 +// batch file that runs all automatic tests
1.31 +data=ZSYSTEM\test\StdLibTests.bat test\StdLibTests.bat
1.32 +
1.33 +file=ABI_DIR\BUILD_DIR\CTEST.DLL System\Libs\CTEST.DLL
1.34 +file=ABI_DIR\BUILD_DIR\FINGER.EXE Test\FINGER.EXE
1.35 +file=ABI_DIR\BUILD_DIR\ESTLIB2K.EXE Test\ESTLIB2K.EXE
1.36 +file=ABI_DIR\BUILD_DIR\TCANCEL.EXE Test\TCANCEL.EXE
1.37 +file=ABI_DIR\BUILD_DIR\TDGRAM.EXE Test\TDGRAM.EXE
1.38 +file=ABI_DIR\BUILD_DIR\TDIRS.EXE Test\TDIRS.EXE
1.39 +file=ABI_DIR\BUILD_DIR\TFILES.EXE Test\TFILES.EXE
1.40 +file=ABI_DIR\BUILD_DIR\THELLO.EXE Test\THELLO.EXE
1.41 +file=ABI_DIR\BUILD_DIR\THELLOU.EXE Test\THELLOU.EXE
1.42 +file=ABI_DIR\BUILD_DIR\TISTREAM.EXE Test\TISTREAM.EXE
1.43 +file=ABI_DIR\BUILD_DIR\tmisc_cstdlib.exe Test\tmisc_cstdlib.exe
1.44 +file=ABI_DIR\BUILD_DIR\TMISC2.EXE Test\TMISC2.EXE
1.45 +file=ABI_DIR\BUILD_DIR\TMTHREAD.EXE Test\TMTHREAD.EXE
1.46 +file=ABI_DIR\BUILD_DIR\tnetdb_cstdlib.exe Test\tnetdb_cstdlib.exe
1.47 +file=ABI_DIR\BUILD_DIR\tpipe_cstdlib.exe Test\tpipe_cstdlib.exe
1.48 +file=ABI_DIR\BUILD_DIR\TPIPE2.EXE Test\TPIPE2.EXE
1.49 +file=ABI_DIR\BUILD_DIR\TPIPE3.EXE Test\TPIPE3.EXE
1.50 +file=ABI_DIR\BUILD_DIR\TTIME.EXE Test\TTIME.EXE
1.51 +file=ABI_DIR\BUILD_DIR\TMBTOWC.EXE Test\TMBTOWC.EXE
1.52 +file=ABI_DIR\BUILD_DIR\TWDIRS.EXE Test\TWDIRS.EXE
1.53 +file=ABI_DIR\BUILD_DIR\TWFILES.EXE Test\TWFILES.EXE
1.54 +file=ABI_DIR\BUILD_DIR\TWPIPE.EXE Test\TWPIPE.EXE
1.55 +file=ABI_DIR\BUILD_DIR\TWHELLO.EXE Test\TWHELLO.EXE
1.56 +file=ABI_DIR\BUILD_DIR\TWHELLOU.EXE Test\TWHELLOU.EXE
1.57 +file=ABI_DIR\BUILD_DIR\TWMISC2.EXE Test\TWMISC2.EXE
1.58 +file=ABI_DIR\BUILD_DIR\TREDIR.EXE Test\TREDIR.EXE
1.59 +file=ABI_DIR\BUILD_DIR\TSER1.EXE Test\TSER1.EXE
1.60 +file=ABI_DIR\BUILD_DIR\TSER2W.EXE Test\TSER2W.EXE
1.61 +file=ABI_DIR\BUILD_DIR\TSER2R.EXE Test\TSER2R.EXE
1.62 +file=ABI_DIR\BUILD_DIR\TSER3.EXE Test\TSER3.EXE
1.63 +file=ABI_DIR\BUILD_DIR\TIRPING.EXE Test\TIRPING.EXE
1.64 +file=ABI_DIR\BUILD_DIR\TIRPONG.EXE Test\TIRPONG.EXE
1.65 +file=ABI_DIR\BUILD_DIR\TSERSIG.EXE Test\TSERSIG.EXE
1.66 +file=ABI_DIR\BUILD_DIR\TSOCK.EXE Test\TSOCK.EXE
1.67 +file=ABI_DIR\BUILD_DIR\TSTDLIBDEFECT.EXE Test\TSTDLIBDEFECT.EXE
1.68 +file=ABI_DIR\BUILD_DIR\T_UCRT0P2.EXE Test\T_UCRT0P2.EXE
1.69 +file=ABI_DIR\BUILD_DIR\T_UCRT0P3.EXE Test\T_UCRT0P3.EXE
1.70 +file=ABI_DIR\BUILD_DIR\T_WAITPID.EXE Test\T_WAITPID.EXE
1.71 +
1.72 +#endif