3
|
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 the License "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 |
# A grouping glue makefile that runs all tests
|
|
18 |
|
|
19 |
## Purpose: Run test makefiles in parallel to ensure that they all work
|
|
20 |
## Postconditions: All postconditions for all the makefiles are satisfied
|
|
21 |
|
|
22 |
include $(FLMHOME)/flmtools.mk
|
|
23 |
|
|
24 |
$(call vsave,ALLTARGET OUTPUTPATH)
|
|
25 |
COMPONENT_ALLTARGETS:=$(RELEASEPATH)/$(FULLVARIANTPATH)/exeabiv2_3.exe $(RELEASEPATH)/$(FULLVARIANTPATH)/exeabiv2_4.exe
|
|
26 |
COMPONENT_GLUEMAKEFILES:=exeabiv2_3/exeabiv2_3.mk exeabiv2_4/exeabiv2_4.mk
|
|
27 |
$(ALLTARGET):: exeperftests
|
|
28 |
ALLTARGET:=exeperftests
|
|
29 |
|
|
30 |
include $(FLMHOME)/grouping.flm
|
|
31 |
$(call vrestore)
|