sl@0
|
1 |
/*
|
sl@0
|
2 |
* Copyright (c) 2009-2010 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 |
#ifndef __STORETESTS_IBY__
|
sl@0
|
18 |
#define __STORETESTS_IBY__
|
sl@0
|
19 |
|
sl@0
|
20 |
REM Store tests
|
sl@0
|
21 |
|
sl@0
|
22 |
#include <store.iby>
|
sl@0
|
23 |
#include "pbe.iby"
|
sl@0
|
24 |
|
sl@0
|
25 |
// batch file that runs all automatic store tests
|
sl@0
|
26 |
data=DATAZ_\test\storetests.bat test\storetests.bat
|
sl@0
|
27 |
|
sl@0
|
28 |
file=ABI_DIR\BUILD_DIR\t_storset.exe test\t_storset.exe
|
sl@0
|
29 |
file=ABI_DIR\BUILD_DIR\t_storcrypt.exe test\t_storcrypt.exe
|
sl@0
|
30 |
file=ABI_DIR\BUILD_DIR\t_storcorrupt.exe test\t_storcorrupt.exe
|
sl@0
|
31 |
file=ABI_DIR\BUILD_DIR\t_storfbuf.exe test\t_storfbuf.exe
|
sl@0
|
32 |
file=ABI_DIR\BUILD_DIR\t_storfcomp.exe test\t_storfcomp.exe
|
sl@0
|
33 |
file=ABI_DIR\BUILD_DIR\t_storfdir.exe test\t_storfdir.exe
|
sl@0
|
34 |
file=ABI_DIR\BUILD_DIR\t_storfperm.exe test\t_storfperm.exe
|
sl@0
|
35 |
file=ABI_DIR\BUILD_DIR\t_storfrecl.exe test\t_storfrecl.exe
|
sl@0
|
36 |
file=ABI_DIR\BUILD_DIR\t_storfserr.exe test\t_storfserr.exe
|
sl@0
|
37 |
file=ABI_DIR\BUILD_DIR\t_storfstrm.exe test\t_storfstrm.exe
|
sl@0
|
38 |
file=ABI_DIR\BUILD_DIR\t_storoom.exe test\t_storoom.exe
|
sl@0
|
39 |
file=ABI_DIR\BUILD_DIR\t_stormemstrm.exe test\t_stormemstrm.exe
|
sl@0
|
40 |
file=ABI_DIR\BUILD_DIR\t_storpage.exe test\t_storpage.exe
|
sl@0
|
41 |
file=ABI_DIR\BUILD_DIR\t_stordelim.exe test\t_stordelim.exe
|
sl@0
|
42 |
file=ABI_DIR\BUILD_DIR\t_stordictfs.exe test\t_stordictfs.exe
|
sl@0
|
43 |
file=ABI_DIR\BUILD_DIR\t_storembed.exe test\t_storembed.exe
|
sl@0
|
44 |
file=ABI_DIR\BUILD_DIR\t_storshape.exe test\t_storshape.exe
|
sl@0
|
45 |
file=ABI_DIR\BUILD_DIR\t_stordict.exe test\t_stordict.exe
|
sl@0
|
46 |
file=ABI_DIR\BUILD_DIR\t_storstrm.exe test\t_storstrm.exe
|
sl@0
|
47 |
file=ABI_DIR\BUILD_DIR\t_storconv.exe test\t_storconv.exe
|
sl@0
|
48 |
file=ABI_DIR\BUILD_DIR\t_storucmp.exe test\t_storucmp.exe
|
sl@0
|
49 |
file=ABI_DIR\BUILD_DIR\t_storstreamperf.exe test\t_storstreamperf.exe
|
sl@0
|
50 |
file=ABI_DIR\BUILD_DIR\t_storiter.exe test\t_storiter.exe
|
sl@0
|
51 |
file=ABI_DIR\BUILD_DIR\t_stortoc.exe test\t_stortoc.exe
|
sl@0
|
52 |
file=ABI_DIR\BUILD_DIR\t_storverify.exe test\t_storverify.exe
|
sl@0
|
53 |
file=ABI_DIR\BUILD_DIR\t_storbench.exe test\t_storbench.exe
|
sl@0
|
54 |
file=ABI_DIR\BUILD_DIR\t_storswizzle.exe test\t_storswizzle.exe
|
sl@0
|
55 |
#endif
|
sl@0
|
56 |
|