os/ossrv/genericopenlibs/cppstdlib/stl/test/group/stlport_test.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // Name        : stlport_test.mmp
    15 // Part of     : 
    16 // This is a top level mmp file to generate unit test suite.
    17 // Version     : 1.0
    18 //
    19 
    20 
    21 
    22 target			stlport_test.exe
    23 targettype		exe
    24 
    25 STDCPP
    26 
    27 #ifdef ARMCC_3_1
    28 OPTION ARMCC --diag_remark 3017
    29 #endif
    30 
    31 
    32 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    33 OS_LAYER_LIBC_SYSTEMINCLUDE
    34 OS_LAYER_STLPORTV5_SYSTEMINCLUDE
    35 sourcepath		../eh
    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
    42 source			main.cpp
    43 
    44 library			libstdcppv5.lib libc.lib euser.lib libpthread.lib
    45 staticlibrary	libcrt0.lib
    46 capability		all -tcb
    47 
    48 // TODO: temporarily adding.  A problem with SBSv2 in adding stdnew automatically?
    49 #ifndef WINSCW    
    50 LIBRARY           stdnew.lib
    51 #endif
    52 
    53 SMPSAFE