|
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.EXE Test\TMISC.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.EXE Test\TNETDB.EXE |
|
44 file=ABI_DIR\BUILD_DIR\TPIPE.EXE Test\TPIPE.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\TMISC3.EXE Test\TMISC3.EXE |
|
66 file=ABI_DIR\BUILD_DIR\T_PR234_LTIME.EXE Test\T_PR234_LTIME.EXE |
|
67 file=ABI_DIR\BUILD_DIR\T_StdlibDefect.EXE Test\T_StdlibDefect.EXE |
|
68 file=ABI_DIR\BUILD_DIR\T_UCRT0P1.EXE Test\T_UCRT0P1.EXE |
|
69 file=ABI_DIR\BUILD_DIR\T_UCRT0P2.EXE Test\T_UCRT0P2.EXE |
|
70 file=ABI_DIR\BUILD_DIR\T_UCRT0P3.EXE Test\T_UCRT0P3.EXE |
|
71 file=ABI_DIR\BUILD_DIR\T_WAITPID_LAUNCH.EXE Test\T_WAITPID_LAUNCH.EXE |
|
72 file=ABI_DIR\BUILD_DIR\T_WAITPID.EXE Test\T_WAITPID.EXE |
|
73 file=ABI_DIR\BUILD_DIR\T_SPRINTF.EXE Test\T_SPRINTF.EXE |
|
74 |
|
75 #endif |