Added negative tests
[deliverable/titan.core.git] / conformance_test / Makefile
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
20 MAKE := make
21
22 #DIRS := negative_tests positive_tests
23 DIRS := positive_tests
24
25 WORKING_DIR := $(shell pwd)
26
27 # It can be built manually.
28 run 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.030974 seconds and 5 git commands to generate.