Merge pull request #36 from eadrkir/master
[deliverable/titan.core.git] / 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:
02f1ec01 9# Kirjak, Adrien
d44e3c4f 10#
02f1ec01 11# not ready
d44e3c4f 12##############################################################################
02f1ec01
AK
13#TOPDIR := ../..
14#include $(TOPDIR)/Makefile.regression
970ed795 15
02f1ec01
AK
16#ifdef LCOV
17#COVERAGE_FLAG := -C
18#endif
970ed795 19
02f1ec01 20MAKE := make
970ed795 21
02f1ec01 22MAKECLEAN := make clean
970ed795 23
02f1ec01
AK
24run:
25 $(TTCN3_DIR)/bin/ttcn3_makefilegen -f -t pos_conf_tests.tpd && \
26 cd bin && \
27 $(MAKE) && \
28 $(TTCN3_DIR)/bin/ttcn3_start pos_conf_tests pos_conf_tests.cfg && \
29 cd ..
970ed795 30
02f1ec01
AK
31clean:
32 cd bin && \
33 $(MAKECLEAN) && \
34 cd ..
970ed795 35
02f1ec01 36.PHONY: all clean run
970ed795 37
970ed795 38
970ed795 39
This page took 0.043619 seconds and 5 git commands to generate.