Skip to content
Snippets Groups Projects
Commit a0c90653 authored by BenceJanosSzabo's avatar BenceJanosSzabo
Browse files

templateExclusiveRange: speicied target executable name


Change-Id: I9dc77063e999963f5efa58e777d6fe9c0a8b1208
Signed-off-by: default avatarBenceJanosSzabo <bence.janos.szabo@ericsson.com>
parent 4c647930
No related branches found
No related tags found
No related merge requests found
...@@ -42,12 +42,12 @@ all: $(GENERATED_DIRS) ...@@ -42,12 +42,12 @@ all: $(GENERATED_DIRS)
dir_single_mode: dir_single_mode:
mkdir $@ mkdir $@
cd $@ && for file in $(FILES); do ln -s ../$$file || exit; done cd $@ && for file in $(FILES); do ln -s ../$$file || exit; done
cd $@ && $(TTCN3_DIR)/bin/ttcn3_makefilegen $(COVERAGE_FLAG) $(SPLIT_FLAG) $(RT2_FLAG) -s ./* && $(MAKE_PROG) cd $@ && $(TTCN3_DIR)/bin/ttcn3_makefilegen $(COVERAGE_FLAG) $(SPLIT_FLAG) $(RT2_FLAG) -s -e ExclusiveRangeTemplate ./* && $(MAKE_PROG)
dir_parallel_mode: dir_parallel_mode:
mkdir $@ mkdir $@
cd $@ && for file in $(FILES); do ln -s ../$$file || exit; done cd $@ && for file in $(FILES); do ln -s ../$$file || exit; done
cd $@ && $(TTCN3_DIR)/bin/ttcn3_makefilegen $(COVERAGE_FLAG) $(SPLIT_FLAG) $(RT2_FLAG) ./* && $(MAKE_PROG) cd $@ && $(TTCN3_DIR)/bin/ttcn3_makefilegen $(COVERAGE_FLAG) $(SPLIT_FLAG) $(RT2_FLAG) -e ExclusiveRangeTemplate ./* && $(MAKE_PROG)
run: $(GENERATED_DIRS) run: $(GENERATED_DIRS)
cd $(DIR_SINGLE) && ./$(RUNNABLE) $(CFG) cd $(DIR_SINGLE) && ./$(RUNNABLE) $(CFG)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment