1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericopenlibs/cppstdlib/stl/test/group/stlport_test.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,53 @@
1.4 +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// Name : stlport_test.mmp
1.18 +// Part of :
1.19 +// This is a top level mmp file to generate unit test suite.
1.20 +// Version : 1.0
1.21 +//
1.22 +
1.23 +
1.24 +
1.25 +target stlport_test.exe
1.26 +targettype exe
1.27 +
1.28 +STDCPP
1.29 +
1.30 +#ifdef ARMCC_3_1
1.31 +OPTION ARMCC --diag_remark 3017
1.32 +#endif
1.33 +
1.34 +
1.35 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.36 +OS_LAYER_LIBC_SYSTEMINCLUDE
1.37 +OS_LAYER_STLPORTV5_SYSTEMINCLUDE
1.38 +sourcepath ../eh
1.39 +source test_algo.cpp test_algobase.cpp test_list.cpp
1.40 +source test_slist.cpp test_bit_vector.cpp test_vector.cpp
1.41 +source test_deque.cpp test_set.cpp test_map.cpp
1.42 +source test_hash_map.cpp test_hash_set.cpp test_rope.cpp
1.43 +source test_string.cpp test_bitset.cpp test_valarray.cpp
1.44 +source nc_alloc.cpp random_number.cpp
1.45 +source main.cpp
1.46 +
1.47 +library libstdcppv5.lib libc.lib euser.lib libpthread.lib
1.48 +staticlibrary libcrt0.lib
1.49 +capability all -tcb
1.50 +
1.51 +// TODO: temporarily adding. A problem with SBSv2 in adding stdnew automatically?
1.52 +#ifndef WINSCW
1.53 +LIBRARY stdnew.lib
1.54 +#endif
1.55 +
1.56 +SMPSAFE