From 153019a3ab9234f6e2bd9d68f1cd421e8ffaa5ab Mon Sep 17 00:00:00 2001 From: erititan <elemer.lelik@ericsson.com> Date: Thu, 14 Apr 2016 15:52:41 +0200 Subject: [PATCH] conformance positive tests Makefile corr --- conformance_test/positive_tests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 conformance_test/positive_tests/Makefile diff --git a/conformance_test/positive_tests/Makefile b/conformance_test/positive_tests/Makefile old mode 100644 new mode 100755 index fc74a1f73..10cb9cded --- a/conformance_test/positive_tests/Makefile +++ b/conformance_test/positive_tests/Makefile @@ -22,10 +22,10 @@ MAKE := make MAKECLEAN := make clean run: - $(TTCN3_DIR)/bin/ttcn3_makefilegen -f -t dummy.tpd && \ + $(TTCN3_DIR)/bin/ttcn3_makefilegen -f -t pos_conf_tests.tpd && \ cd bin && \ $(MAKE) && \ - $(TTCN3_DIR)/bin/ttcn3_start dummy dummy.cfg && \ + $(TTCN3_DIR)/bin/ttcn3_start pos_conf_tests pos_conf_tests.cfg && \ cd .. clean: -- GitLab