Use LTTngUSTLogger logger plugin in logtest regression test
[deliverable/titan.core.git] / conformance_test / Makefile
CommitLineData
4e4a3e2c
AK
1##############################################################################
2# Copyright (c) 2000-2016 Ericsson Telecom AB
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#
8# Contributors:
9# Kirjak, Adrien
10#
11# not ready
12##############################################################################
13#TOPDIR := ..
14#include $(TOPDIR)/Makefile.regression
15
16#ifdef LCOV
17#COVERAGE_FLAG := -C
18#endif
19
20MAKE := make
21
22#DIRS := negative_tests positive_tests
23DIRS := positive_tests
24
25WORKING_DIR := $(shell pwd)
26
27# It can be built manually.
28run clean:
29 echo "hello"
30 @for dir in $(DIRS); do make $@ -C $$dir || exit; done
31
32.PHONY: all clean run
33
34
35
This page took 0.025364 seconds and 5 git commands to generate.