sl@0: // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0: // All rights reserved.
sl@0: // This component and the accompanying materials are made available
sl@0: // under the terms of "Eclipse Public License v1.0"
sl@0: // which accompanies this distribution, and is available
sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0: //
sl@0: // Initial Contributors:
sl@0: // Nokia Corporation - initial contribution.
sl@0: //
sl@0: // Contributors:
sl@0: //
sl@0: // Description:
sl@0: // Name        : stlport_test.mmp
sl@0: // Part of     : 
sl@0: // This is a top level mmp file to generate unit test suite.
sl@0: // Version     : 1.0
sl@0: //
sl@0: 
sl@0: 
sl@0: 
sl@0: target			stlport_test.exe
sl@0: targettype		exe
sl@0: 
sl@0: STDCPP
sl@0: 
sl@0: #ifdef ARMCC_3_1
sl@0: OPTION ARMCC --diag_remark 3017
sl@0: #endif
sl@0: 
sl@0: 
sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN
sl@0: OS_LAYER_LIBC_SYSTEMINCLUDE
sl@0: OS_LAYER_STLPORTV5_SYSTEMINCLUDE
sl@0: sourcepath		../eh
sl@0: source			test_algo.cpp test_algobase.cpp test_list.cpp 
sl@0: source			test_slist.cpp test_bit_vector.cpp test_vector.cpp
sl@0: source			test_deque.cpp test_set.cpp test_map.cpp
sl@0: source			test_hash_map.cpp test_hash_set.cpp test_rope.cpp
sl@0: source			test_string.cpp test_bitset.cpp test_valarray.cpp
sl@0: source			nc_alloc.cpp random_number.cpp
sl@0: source			main.cpp
sl@0: 
sl@0: library			libstdcppv5.lib libc.lib euser.lib libpthread.lib
sl@0: staticlibrary	libcrt0.lib
sl@0: capability		all -tcb
sl@0: 
sl@0: // TODO: temporarily adding.  A problem with SBSv2 in adding stdnew automatically?
sl@0: #ifndef WINSCW    
sl@0: LIBRARY           stdnew.lib
sl@0: #endif
sl@0: 
sl@0: SMPSAFE