javacommons/javastorage/tsrc/storageclient/build/alltests.mmp
changeset 80 d6dafc5d983f
parent 78 71ad690e91f5
child 87 1627c337e51e
equal deleted inserted replaced
78:71ad690e91f5 80:d6dafc5d983f
     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 TARGET		  JavaStorageTests.exe
       
    18 TARGETTYPE	  exe
       
    19 UID			 0x00000000 0x03A6305A
       
    20 CAPABILITY all -tcb -allfiles -drm
       
    21 
       
    22 #include <../../../../../inc/java_stdcpp_support_for_exe.hrh>
       
    23 #include <platform_paths.hrh>
       
    24 
       
    25 APP_LAYER_SYSTEMINCLUDE
       
    26 
       
    27 USERINCLUDE ../../../inc
       
    28 USERINCLUDE ../../../../../tools/cpputest/include/cpputest
       
    29 USERINCLUDE ../../../../../tools/cpputest/include/platforms/symbian
       
    30 USERINCLUDE ../src/utils
       
    31 USERINCLUDE ../../../../../inc
       
    32 
       
    33 LIBRARY cpputest.lib
       
    34 
       
    35 LIBRARY javastorage.lib
       
    36 
       
    37 SOURCEPATH ../src
       
    38 SOURCE alltests.cpp     // For STL execution
       
    39 SOURCE teststorageentry.cpp
       
    40 SOURCE testconnection.cpp
       
    41 SOURCE testsearch.cpp
       
    42 SOURCE testremove.cpp
       
    43 SOURCE testcreateTable.cpp
       
    44 SOURCE testread.cpp
       
    45 SOURCE testupdate.cpp
       
    46 SOURCE testappend.cpp
       
    47 SOURCE testtransaction.cpp
       
    48 SOURCE testwrite.cpp
       
    49 SOURCE testrobustness.cpp
       
    50 SOURCE testconcurrent.cpp
       
    51 SOURCE /utils/storagetestutils.cpp