Skip to content
Snippets Groups Projects
Commit 153019a3 authored by Elemer Lelik's avatar Elemer Lelik
Browse files

conformance positive tests Makefile corr

parent c902f2cc
No related branches found
No related tags found
No related merge requests found
...@@ -22,10 +22,10 @@ MAKE := make ...@@ -22,10 +22,10 @@ MAKE := make
MAKECLEAN := make clean MAKECLEAN := make clean
run: run:
$(TTCN3_DIR)/bin/ttcn3_makefilegen -f -t dummy.tpd && \ $(TTCN3_DIR)/bin/ttcn3_makefilegen -f -t pos_conf_tests.tpd && \
cd bin && \ cd bin && \
$(MAKE) && \ $(MAKE) && \
$(TTCN3_DIR)/bin/ttcn3_start dummy dummy.cfg && \ $(TTCN3_DIR)/bin/ttcn3_start pos_conf_tests pos_conf_tests.cfg && \
cd .. cd ..
clean: clean:
......
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