author | John Imhofe <john.imhofe@nokia.com> |
Mon, 21 Dec 2009 16:14:42 +0000 | |
changeset 2 | 4122176ea935 |
parent 0 | a41df078684a |
permissions | -rw-r--r-- |
2
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
1 |
/* |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
2 |
* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
3 |
* All rights reserved. |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
5 |
* under the terms of "Eclipse Public License v1.0" |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
8 |
* |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
9 |
* Initial Contributors: |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
11 |
* |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
12 |
* Contributors: |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
13 |
* |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
14 |
* Description: |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
15 |
* |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
16 |
*/ |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
17 |
|
0 | 18 |
|
19 |
||
20 |
#ifndef __FATCharsetConvTests_iby__ |
|
21 |
#define __FATCharsetConvTests_iby__ |
|
22 |
||
23 |
REM FATCharsetConv tests |
|
24 |
||
25 |
#include <fatcharsetconv.iby> |
|
26 |
||
27 |
// batch file that runs all automatic FATCharsetConv tests |
|
28 |
data=ZSYSTEM\test\FATCharsetConvTests.bat TEST\FATCharsetConvTests.bat |
|
29 |
||
30 |
file=ABI_DIR\BUILD_DIR\T_CP1250.exe Test\T_CP1250.exe |
|
31 |
file=ABI_DIR\BUILD_DIR\T_CP1251.exe Test\T_CP1251.exe |
|
32 |
file=ABI_DIR\BUILD_DIR\T_CP1252.exe Test\T_CP1252.exe |
|
33 |
file=ABI_DIR\BUILD_DIR\T_CP1253.exe Test\T_CP1253.exe |
|
34 |
file=ABI_DIR\BUILD_DIR\T_CP1254.exe Test\T_CP1254.exe |
|
35 |
file=ABI_DIR\BUILD_DIR\T_CP1255.exe Test\T_CP1255.exe |
|
36 |
file=ABI_DIR\BUILD_DIR\T_CP1256.exe Test\T_CP1256.exe |
|
37 |
file=ABI_DIR\BUILD_DIR\T_CP1257.exe Test\T_CP1257.exe |
|
38 |
file=ABI_DIR\BUILD_DIR\T_CP1258.exe Test\T_CP1258.exe |
|
39 |
file=ABI_DIR\BUILD_DIR\T_CP874.exe Test\T_CP874.exe |
|
40 |
file=ABI_DIR\BUILD_DIR\T_CP932.exe Test\T_CP932.exe |
|
41 |
file=ABI_DIR\BUILD_DIR\T_CP936.exe Test\T_CP936.exe |
|
42 |
file=ABI_DIR\BUILD_DIR\T_CP54936.exe Test\T_CP54936.exe |
|
43 |
file=ABI_DIR\BUILD_DIR\T_CP949.exe Test\T_CP949.exe |
|
44 |
file=ABI_DIR\BUILD_DIR\T_CP950.exe Test\T_CP950.exe |
|
45 |
||
46 |
#endif |
|
47 |