stdcpp/tsrc/Boost_test/math/test/group/log1p_expm1_test.mmp
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 #include<platform_paths.hrh>
       
    19 
       
    20 
       
    21 TARGET			log1p_expm1_test.exe
       
    22 
       
    23 TARGETTYPE		exe
       
    24 
       
    25 UID             0x1000008d  0xe0000003
       
    26 
       
    27 
       
    28 #ifdef EKA2
       
    29 CAPABILITY ALL -TCB
       
    30 VENDORID        VID_DEFAULT
       
    31 #endif
       
    32 
       
    33 OS_LAYER_SYSTEMINCLUDE
       
    34 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    35 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    36 OS_LAYER_BOOST_SYSTEMINCLUDE
       
    37 
       
    38 SOURCEPATH  	../src
       
    39 
       
    40 SOURCE		log1p_expm1_test.cpp
       
    41  
       
    42 USERINCLUDE		../inc
       
    43 USERINCLUDE     ../../../common/inc
       
    44 
       
    45 STATICLIBRARY	libcrt0.lib
       
    46 STATICLIBRARY   unit_test_framework.lib
       
    47 LIBRARY		libstdcpp.lib
       
    48 LIBRARY		libc.lib
       
    49 LIBRARY		libm.lib
       
    50 LIBRARY		libpthread.lib
       
    51 LIBRARY		euser.lib
       
    52 
       
    53 OPTION CW -wchar_t on
       
    54 MACRO  _WCHAR_T_DECLARED
       
    55 
       
    56 SMPSAFE