equal
deleted
inserted
replaced
|
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)/dllabiv2_1.dll |
|
26 COMPONENT_GLUEMAKEFILES:=dllabiv2_1/dllabiv2_1.mk |
|
27 $(ALLTARGET):: dllbasictests |
|
28 ALLTARGET:=dllbasictests |
|
29 |
|
30 include $(FLMHOME)/grouping.flm |
|
31 $(call vrestore) |