Use LTTngUSTLogger logger plugin in logtest regression test
[deliverable/titan.core.git] / regression_test / XML / 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# Baji, Laszlo
10# Balasko, Jeno
11# Baranyi, Botond
12# Ormandi, Matyas
13# Pilisi, Gergely
14# Raduly, Csaba
15# Szabo, Bence Janos
16#
17##############################################################################
970ed795
EL
18TOPDIR := ..
19include ../Makefile.regression
20unexport ABS_SRC
21unexport SRCDIR
22
23ifdef RT2
24RT2_ONLY := NegativeTest
25SHADOWED := XER TTCNandXML EXER-whitepaper XMLqualif
26else
27SHADOWED := XER* TTCNandXML* EXER-whitepaper* XMLqualif*
28endif
29
30XDIRS := $(wildcard $(SHADOWED)) xsdConverter \
3abe9331 31HM60295 HN15589 HQ30408 HR49727 HU13380 $(RT2_ONLY) \
d44e3c4f 32XmlWorkflow tpdValidTest AbstractBlock UseNilLong
970ed795
EL
33
34# List of fake targets:
35.PHONY: all dep clean run $(XDIRS) $(addsuffix /, $(XDIRS)) profile
36
37all dep clean distclean:
38 for dir in $(XDIRS); do $(MAKE) -C $$dir $@ || exit; done
39
40run:
41 for dir in $(XDIRS); do $(MAKE) -C $$dir $@ || exit; done
42
43# To run just one test, type "make dir" or "make "dir/"
44$(XDIRS) $(addsuffix /, $(XDIRS)):
45 $(MAKE) -C $@ run
46
47# To run all tests, possibly in parallel
48runall: $(XDIRS)
49
50
This page took 0.028849 seconds and 5 git commands to generate.