sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
* All rights reserved.
|
sl@0
|
4 |
* This component and the accompanying materials are made available
|
sl@0
|
5 |
* under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
* which accompanies this distribution, and is available
|
sl@0
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
*
|
sl@0
|
9 |
* Initial Contributors:
|
sl@0
|
10 |
* Nokia Corporation - initial contribution.
|
sl@0
|
11 |
*
|
sl@0
|
12 |
* Contributors:
|
sl@0
|
13 |
*
|
sl@0
|
14 |
* Description:
|
sl@0
|
15 |
*
|
sl@0
|
16 |
*/
|
sl@0
|
17 |
// bsultests.iby
|
sl@0
|
18 |
// IBY file for all BSUL tests
|
sl@0
|
19 |
|
sl@0
|
20 |
#ifndef BSULTESTS_IBY
|
sl@0
|
21 |
#define BSULTESTS_IBY
|
sl@0
|
22 |
|
sl@0
|
23 |
//test datas
|
sl@0
|
24 |
//ini files for testing
|
sl@0
|
25 |
data=ZRESOURCE\testconfig8.ini \resource\testconfig8.ini
|
sl@0
|
26 |
data=ZRESOURCE\testconfig16.ini \resource\testconfig16.ini
|
sl@0
|
27 |
data=ZRESOURCE\empty8.ini \resource\empty8.ini
|
sl@0
|
28 |
data=ZRESOURCE\empty16.ini \resource\empty16.ini
|
sl@0
|
29 |
data=ZRESOURCE\corruptconfig8.ini \resource\corruptconfig8.ini
|
sl@0
|
30 |
data=ZRESOURCE\corruptconfig16.ini \resource\corruptconfig16.ini
|
sl@0
|
31 |
data=ZRESOURCE\legacy8.ini \resource\legacy8.ini
|
sl@0
|
32 |
data=ZRESOURCE\legacy16.ini \resource\legacy16.ini
|
sl@0
|
33 |
data=ZRESOURCE\big16.ini \resource\big16.ini
|
sl@0
|
34 |
|
sl@0
|
35 |
data=ZRESOURCE\OriConfig8.ini \resource\OriConfig8.ini
|
sl@0
|
36 |
data=ZRESOURCE\ComConfig8.ini \resource\ComConfig8.ini
|
sl@0
|
37 |
|
sl@0
|
38 |
// test executables
|
sl@0
|
39 |
file=ABI_DIR\BUILD_DIR\t_cacheddriveinfo.exe Test\t_cacheddriveinfo.exe
|
sl@0
|
40 |
file=ABI_DIR\BUILD_DIR\t_iniparser8.exe Test\t_iniparser8.exe
|
sl@0
|
41 |
file=ABI_DIR\BUILD_DIR\t_iniparser16.exe Test\t_iniparser16.exe
|
sl@0
|
42 |
file=ABI_DIR\BUILD_DIR\t_iniparserperformance.exe Test\t_iniparserperformance.exe
|
sl@0
|
43 |
file=ABI_DIR\BUILD_DIR\t_iniparserunit.exe Test\t_iniparserunit.exe
|
sl@0
|
44 |
file=ABI_DIR\BUILD_DIR\t_clientmessage.exe Test\t_clientmessage.exe
|
sl@0
|
45 |
file=ABI_DIR\BUILD_DIR\t_clientmessagetestserver.exe Test\t_clientmessagetestserver.exe
|
sl@0
|
46 |
#endif
|