homescreensrv_plat/sapi_homescreenplugin/group/build_testcases.mk
changeset 4 1a2a00e78665
parent 3 ff572005ac23
child 8 d0529222e3f0
child 9 4dfbd78f8d74
equal deleted inserted replaced
3:ff572005ac23 4:1a2a00e78665
     1 #
       
     2 # Copyright (c) 2007 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:  Builds internal test cases if EUnit has been installed
       
    15 #
       
    16 
       
    17 MAKMAKE BLD CLEAN LIB CLEANLIB RESOURCE FREEZE SAVESPACE RELEASABLES : ;
       
    18 	
       
    19 FINAL : 
       
    20 ifeq (WINSCW,$(findstring WINSCW, $(PLATFORM)))
       
    21 	if exist %epocroot%epoc32\release\winscw\udeb\EUnit.dll call build_testcases.cmd		
       
    22 endif