Sync with 5.4.0
[deliverable/titan.core.git] / regression_test / cfgFile / module_parameters / Makefile
CommitLineData
970ed795 1###############################################################################
3abe9331 2# Copyright (c) 2000-2015 Ericsson Telecom AB
970ed795
EL
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7###############################################################################
8TOPDIR := ../../
9include $(TOPDIR)/Makefile.regression
10unexport ABS_SRC
11unexport SRCDIR
12
3abe9331 13DIRS := assignment concat references
970ed795
EL
14
15# List of fake targets:
16.PHONY: all dep clean run $(DIRS) $(addsuffix /, $(DIRS)) profile
17
18all dep clean distclean run:
19 for dir in $(DIRS); do $(MAKE) -C $$dir $@ || exit; done
20
21# To run just one test, type "make dir" or "make "dir/"
22$(DIRS) $(addsuffix /, $(DIRS)):
23 $(MAKE) -C $@ run
24
25# To run all tests, possibly in parallel
26runall: $(DIRS)
27
28
This page took 0.025995 seconds and 5 git commands to generate.