equal
deleted
inserted
replaced
|
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 "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 // Configuration options for Central Repository test harnesses. |
|
15 // This file is appended to the platform specific hrh file by |
|
16 // the overnight build system for testing. |
|
17 // File can exist in MCL/release codelines but must not be included anywhere. |
|
18 // This macro enables performance related code. |
|
19 // |
|
20 // |
|
21 |
|
22 #define __CENTREP_SERVER_PERFTEST__ |
|
23 |
|
24 /* |
|
25 * This macro enables performance related code. |
|
26 */ |
|
27 #define __CENTREP_SERVER_MEMTEST__ |
|
28 |
|
29 /* |
|
30 * This macro enables cache testing related code. |
|
31 */ |
|
32 #define __CENTREP_SERVER_CACHETEST__ |
|
33 |