sl@0
|
1 |
// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
// Name : stlport_test.mmp
|
sl@0
|
15 |
// Part of :
|
sl@0
|
16 |
// This is a top level mmp file to generate unit test suite.
|
sl@0
|
17 |
// Version : 1.0
|
sl@0
|
18 |
//
|
sl@0
|
19 |
|
sl@0
|
20 |
|
sl@0
|
21 |
|
sl@0
|
22 |
target stlport_test.exe
|
sl@0
|
23 |
targettype exe
|
sl@0
|
24 |
|
sl@0
|
25 |
STDCPP
|
sl@0
|
26 |
|
sl@0
|
27 |
#ifdef ARMCC_3_1
|
sl@0
|
28 |
OPTION ARMCC --diag_remark 3017
|
sl@0
|
29 |
#endif
|
sl@0
|
30 |
|
sl@0
|
31 |
|
sl@0
|
32 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
sl@0
|
33 |
OS_LAYER_LIBC_SYSTEMINCLUDE
|
sl@0
|
34 |
OS_LAYER_STLPORTV5_SYSTEMINCLUDE
|
sl@0
|
35 |
sourcepath ../eh
|
sl@0
|
36 |
source test_algo.cpp test_algobase.cpp test_list.cpp
|
sl@0
|
37 |
source test_slist.cpp test_bit_vector.cpp test_vector.cpp
|
sl@0
|
38 |
source test_deque.cpp test_set.cpp test_map.cpp
|
sl@0
|
39 |
source test_hash_map.cpp test_hash_set.cpp test_rope.cpp
|
sl@0
|
40 |
source test_string.cpp test_bitset.cpp test_valarray.cpp
|
sl@0
|
41 |
source nc_alloc.cpp random_number.cpp
|
sl@0
|
42 |
source main.cpp
|
sl@0
|
43 |
|
sl@0
|
44 |
library libstdcppv5.lib libc.lib euser.lib libpthread.lib
|
sl@0
|
45 |
staticlibrary libcrt0.lib
|
sl@0
|
46 |
capability all -tcb
|
sl@0
|
47 |
|
sl@0
|
48 |
// TODO: temporarily adding. A problem with SBSv2 in adding stdnew automatically?
|
sl@0
|
49 |
#ifndef WINSCW
|
sl@0
|
50 |
LIBRARY stdnew.lib
|
sl@0
|
51 |
#endif
|
sl@0
|
52 |
|
sl@0
|
53 |
SMPSAFE
|