Update contrib.
1 // Copyright (c) 2008-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Name : stlport_test.mmp
16 // This is a top level mmp file to generate unit test suite.
22 target stlport_test.exe
28 OPTION ARMCC --diag_remark 3017
32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
33 OS_LAYER_LIBC_SYSTEMINCLUDE
34 OS_LAYER_STLPORTV5_SYSTEMINCLUDE
36 source test_algo.cpp test_algobase.cpp test_list.cpp
37 source test_slist.cpp test_bit_vector.cpp test_vector.cpp
38 source test_deque.cpp test_set.cpp test_map.cpp
39 source test_hash_map.cpp test_hash_set.cpp test_rope.cpp
40 source test_string.cpp test_bitset.cpp test_valarray.cpp
41 source nc_alloc.cpp random_number.cpp
44 library libstdcppv5.lib libc.lib euser.lib libpthread.lib
45 staticlibrary libcrt0.lib
48 // TODO: temporarily adding. A problem with SBSv2 in adding stdnew automatically?