0
|
1 |
// Copyright (c) 2005-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 the License "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 |
|
|
17 |
#ifndef __FATCharsetConvTests_iby__
|
|
18 |
#define __FATCharsetConvTests_iby__
|
|
19 |
|
|
20 |
REM FATCharsetConv tests
|
|
21 |
|
|
22 |
#include <fatcharsetconv.iby>
|
|
23 |
|
|
24 |
// batch file that runs all automatic FATCharsetConv tests
|
|
25 |
data=ZSYSTEM\test\FATCharsetConvTests.bat TEST\FATCharsetConvTests.bat
|
|
26 |
|
|
27 |
file=ABI_DIR\BUILD_DIR\T_CP1250.exe Test\T_CP1250.exe
|
|
28 |
file=ABI_DIR\BUILD_DIR\T_CP1251.exe Test\T_CP1251.exe
|
|
29 |
file=ABI_DIR\BUILD_DIR\T_CP1252.exe Test\T_CP1252.exe
|
|
30 |
file=ABI_DIR\BUILD_DIR\T_CP1253.exe Test\T_CP1253.exe
|
|
31 |
file=ABI_DIR\BUILD_DIR\T_CP1254.exe Test\T_CP1254.exe
|
|
32 |
file=ABI_DIR\BUILD_DIR\T_CP1255.exe Test\T_CP1255.exe
|
|
33 |
file=ABI_DIR\BUILD_DIR\T_CP1256.exe Test\T_CP1256.exe
|
|
34 |
file=ABI_DIR\BUILD_DIR\T_CP1257.exe Test\T_CP1257.exe
|
|
35 |
file=ABI_DIR\BUILD_DIR\T_CP1258.exe Test\T_CP1258.exe
|
|
36 |
file=ABI_DIR\BUILD_DIR\T_CP874.exe Test\T_CP874.exe
|
|
37 |
file=ABI_DIR\BUILD_DIR\T_CP932.exe Test\T_CP932.exe
|
|
38 |
file=ABI_DIR\BUILD_DIR\T_CP936.exe Test\T_CP936.exe
|
|
39 |
file=ABI_DIR\BUILD_DIR\T_CP54936.exe Test\T_CP54936.exe
|
|
40 |
file=ABI_DIR\BUILD_DIR\T_CP949.exe Test\T_CP949.exe
|
|
41 |
file=ABI_DIR\BUILD_DIR\T_CP950.exe Test\T_CP950.exe
|
|
42 |
|
|
43 |
#endif
|
|
44 |
|