Sync with 5.4.2
[deliverable/titan.core.git] / regression_test / logger / 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 ../Makefile.regression
10unexport ABS_SRC
11unexport SRCDIR
12
3f84031e 13DIRS := emergency_logging logcontrol # logtest - is unstable, fails on some systems
970ed795
EL
14
15# List of fake targets:
16.PHONY: all dep clean run $(DIRS) $(addsuffix /, $(DIRS)) profile
17
18all run dep clean distclean:
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.024874 seconds and 5 git commands to generate.