os/ossrv/genericopenlibs/cstdlib/group/stdlibtests.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #ifndef __STDLIBTESTS_IBY__
    17 #define __STDLIBTESTS_IBY__
    18 
    19 REM STDLIB Tests
    20 
    21 #include <charconv.iby>
    22 #include <stdlib.iby>
    23 
    24 //for T_PR234_LTIME.cpp
    25 #include <TIMEZONESERVER.iby>
    26 
    27 // batch file that runs all automatic tests
    28 data=ZSYSTEM\test\StdLibTests.bat	test\StdLibTests.bat
    29 
    30 file=ABI_DIR\BUILD_DIR\CTEST.DLL 	System\Libs\CTEST.DLL
    31 file=ABI_DIR\BUILD_DIR\FINGER.EXE 	Test\FINGER.EXE
    32 file=ABI_DIR\BUILD_DIR\ESTLIB2K.EXE 	Test\ESTLIB2K.EXE
    33 file=ABI_DIR\BUILD_DIR\TCANCEL.EXE 	Test\TCANCEL.EXE
    34 file=ABI_DIR\BUILD_DIR\TDGRAM.EXE 	Test\TDGRAM.EXE
    35 file=ABI_DIR\BUILD_DIR\TDIRS.EXE 	Test\TDIRS.EXE
    36 file=ABI_DIR\BUILD_DIR\TFILES.EXE 	Test\TFILES.EXE
    37 file=ABI_DIR\BUILD_DIR\THELLO.EXE 	Test\THELLO.EXE
    38 file=ABI_DIR\BUILD_DIR\THELLOU.EXE 	Test\THELLOU.EXE
    39 file=ABI_DIR\BUILD_DIR\TISTREAM.EXE 	Test\TISTREAM.EXE
    40 file=ABI_DIR\BUILD_DIR\tmisc_cstdlib.exe	Test\tmisc_cstdlib.exe
    41 file=ABI_DIR\BUILD_DIR\TMISC2.EXE 	Test\TMISC2.EXE
    42 file=ABI_DIR\BUILD_DIR\TMTHREAD.EXE 	Test\TMTHREAD.EXE
    43 file=ABI_DIR\BUILD_DIR\tnetdb_cstdlib.exe	Test\tnetdb_cstdlib.exe
    44 file=ABI_DIR\BUILD_DIR\tpipe_cstdlib.exe 	Test\tpipe_cstdlib.exe
    45 file=ABI_DIR\BUILD_DIR\TPIPE2.EXE 	Test\TPIPE2.EXE
    46 file=ABI_DIR\BUILD_DIR\TPIPE3.EXE 	Test\TPIPE3.EXE
    47 file=ABI_DIR\BUILD_DIR\TTIME.EXE 	Test\TTIME.EXE
    48 file=ABI_DIR\BUILD_DIR\TMBTOWC.EXE 	Test\TMBTOWC.EXE
    49 file=ABI_DIR\BUILD_DIR\TWDIRS.EXE 	Test\TWDIRS.EXE
    50 file=ABI_DIR\BUILD_DIR\TWFILES.EXE 	Test\TWFILES.EXE
    51 file=ABI_DIR\BUILD_DIR\TWPIPE.EXE 	Test\TWPIPE.EXE
    52 file=ABI_DIR\BUILD_DIR\TWHELLO.EXE 	Test\TWHELLO.EXE
    53 file=ABI_DIR\BUILD_DIR\TWHELLOU.EXE 	Test\TWHELLOU.EXE
    54 file=ABI_DIR\BUILD_DIR\TWMISC2.EXE 	Test\TWMISC2.EXE
    55 file=ABI_DIR\BUILD_DIR\TREDIR.EXE 	Test\TREDIR.EXE
    56 file=ABI_DIR\BUILD_DIR\TSER1.EXE 	Test\TSER1.EXE
    57 file=ABI_DIR\BUILD_DIR\TSER2W.EXE 	Test\TSER2W.EXE
    58 file=ABI_DIR\BUILD_DIR\TSER2R.EXE 	Test\TSER2R.EXE
    59 file=ABI_DIR\BUILD_DIR\TSER3.EXE 	Test\TSER3.EXE
    60 file=ABI_DIR\BUILD_DIR\TIRPING.EXE 	Test\TIRPING.EXE
    61 file=ABI_DIR\BUILD_DIR\TIRPONG.EXE 	Test\TIRPONG.EXE
    62 file=ABI_DIR\BUILD_DIR\TSERSIG.EXE 	Test\TSERSIG.EXE
    63 file=ABI_DIR\BUILD_DIR\TSOCK.EXE	Test\TSOCK.EXE
    64 file=ABI_DIR\BUILD_DIR\TSTDLIBDEFECT.EXE	Test\TSTDLIBDEFECT.EXE
    65 file=ABI_DIR\BUILD_DIR\T_UCRT0P2.EXE	Test\T_UCRT0P2.EXE
    66 file=ABI_DIR\BUILD_DIR\T_UCRT0P3.EXE	Test\T_UCRT0P3.EXE
    67 file=ABI_DIR\BUILD_DIR\T_WAITPID.EXE	Test\T_WAITPID.EXE
    68 
    69 #endif