From c453b6bce97c1bd8f2f41ab27a283a7fc448088c Mon Sep 17 00:00:00 2001
From: Botond Baranyi <botond.baranyi@ericsson.com>
Date: Thu, 15 Sep 2016 12:29:52 +0200
Subject: [PATCH] added deterministic modifier test to compileonly tests

Change-Id: I83a38104bb73d2d811832c96e9dc8ed386870707
Signed-off-by: Botond Baranyi <botond.baranyi@ericsson.com>
---
 regression_test/compileonly/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression_test/compileonly/Makefile b/regression_test/compileonly/Makefile
index 373f72f09..7479c96b9 100644
--- a/regression_test/compileonly/Makefile
+++ b/regression_test/compileonly/Makefile
@@ -26,7 +26,7 @@ CODIRS := dynamicTemplate styleGuide topLevelPdu \
 	openType optionalAssignCompare portConstructor \
 	isbound namedActualParameters assignmentNotation \
 	attribQualif HT48786 selectCase openTypeNames \
-	defaultParamUsageBeforeDecl
+	defaultParamUsageBeforeDecl deterministic
 
 all dep clean distclean:
 	for dir in $(CODIRS); do $(MAKE) -C $$dir $@ || exit; done
-- 
GitLab