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