Browse Source

Added C++ Tests for Constants

Andreas Mülder 10 years ago
parent
commit
56feec67d4
1 changed files with 12 additions and 0 deletions
  1. 12 0
      test-plugins/org.yakindu.sct.generator.cpp.test/model/test.sgen

+ 12 - 0
test-plugins/org.yakindu.sct.generator.cpp.test/model/test.sgen

@@ -108,6 +108,18 @@ GeneratorModel for sctunit::cpp {
 		}			
 	}
 	
+	test ConstantsTests{
+		
+		feature Outlet{ 
+			targetProject = "org.yakindu.sct.generator.cpp.test" 
+			targetFolder = "test-gen"			
+		}		
+		
+		feature JUnitWrapper {
+			WrapToJUnit =  "true"
+		}			
+	}
+	
 	test Declarations{
 		
 		feature Outlet{