Skip to content
Snippets Groups Projects
Commit 1cf74759 authored by Kristof Szabados's avatar Kristof Szabados
Browse files

protect this folder to be executed directly without RT2 mode set.


Signed-off-by: default avatarkristof <Kristof.Szabados@ericsson.com>
parent b3db6647
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,11 @@
TOPDIR := ..
include $(TOPDIR)/Makefile.regression
#only works with RT2
ifndef RT2
$(error note: templateConcat requires RT2)
endif
.SUFFIXES: .ttcn .asn .hh
.PHONY: all clean dep run
......
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