Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / logger / Makefile
CommitLineData
d44e3c4f 1##############################################################################
2# Copyright (c) 2000-2016 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
d44e3c4f 7#
8# Contributors:
9# Balasko, Jeno
10# Baranyi, Botond
11#
12##############################################################################
970ed795
EL
13TOPDIR := ..
14include ../Makefile.regression
15unexport ABS_SRC
16unexport SRCDIR
17
3f84031e 18DIRS := emergency_logging logcontrol # logtest - is unstable, fails on some systems
970ed795
EL
19
20# List of fake targets:
21.PHONY: all dep clean run $(DIRS) $(addsuffix /, $(DIRS)) profile
22
23all run dep clean distclean:
24 for dir in $(DIRS); do $(MAKE) -C $$dir $@ || exit; done
25
26# To run just one test, type "make dir" or "make "dir/"
27$(DIRS) $(addsuffix /, $(DIRS)):
28 $(MAKE) -C $@ run
29
30# To run all tests, possibly in parallel
31runall: $(DIRS)
32
33
This page took 0.032311 seconds and 5 git commands to generate.