jthoene 7 лет назад
Родитель
Сommit
c9bfe6cb94

+ 5 - 1
test-plugins/org.yakindu.sct.generator.cpp.test/gtests/ChildFirstExecutionHierarchy/ChildFirstExecutionHierarchyTest.cc

@@ -4,7 +4,9 @@
 #include "ChildFirstExecutionHierarchy.h"
 #include "sc_runner.h"
 #include "sc_types.h"
-			
+
+namespace  {
+
 
 
 //! The timers are managed by a timer service. */
@@ -140,3 +142,5 @@ class ChildFirstExecutionHierarchyTest : public ::testing::Test{
 		
 		
 }
+
+}

+ 5 - 1
test-plugins/org.yakindu.sct.generator.cpp.test/gtests/ChildFirstLocalReactions/ChildFirstLocalReactionsTest.cc

@@ -4,7 +4,9 @@
 #include "ChildFirstLocalReactions.h"
 #include "sc_runner.h"
 #include "sc_types.h"
-			
+
+namespace  {
+
 
 long counter = 0l;
 
@@ -125,3 +127,5 @@ class ChildFirstLocalReactionsTest : public ::testing::Test{
 		
 		
 }
+
+}

+ 5 - 1
test-plugins/org.yakindu.sct.generator.cpp.test/gtests/EventDrivenInternalEvent/EventDrivenInternalEventTest.cc

@@ -4,7 +4,9 @@
 #include "EventDrivenInternalEvent.h"
 #include "sc_runner.h"
 #include "sc_types.h"
-			
+
+namespace  {
+
 
 
 //! The timers are managed by a timer service. */
@@ -58,3 +60,5 @@ class EventDrivenInternalEventTest : public ::testing::Test{
 		
 		
 }
+
+}

+ 5 - 1
test-plugins/org.yakindu.sct.generator.cpp.test/gtests/EventDrivenTriggeredByEvent/EventDrivenTriggeredByEventTest.cc

@@ -4,7 +4,9 @@
 #include "EventDrivenTriggeredByEvent.h"
 #include "sc_runner_timed.h"
 #include "sc_types.h"
-			
+
+namespace  {
+
 
 
 //! The timers are managed by a timer service. */
@@ -69,3 +71,5 @@ class EventDrivenTriggeredByEventTest : public ::testing::Test{
 		
 		
 }
+
+}

+ 5 - 1
test-plugins/org.yakindu.sct.generator.cpp.test/gtests/EventDrivenTriggeredByTimeEvent/EventDrivenTriggeredByTimeEventTest.cc

@@ -4,7 +4,9 @@
 #include "EventDrivenTriggeredByTimeEvent.h"
 #include "sc_runner_timed.h"
 #include "sc_types.h"
-			
+
+namespace  {
+
 
 
 //! The timers are managed by a timer service. */
@@ -83,3 +85,5 @@ class EventDrivenTriggeredByTimeEventTest : public ::testing::Test{
 		
 		
 }
+
+}

+ 5 - 1
test-plugins/org.yakindu.sct.generator.cpp.test/gtests/ParentFirstExecutionHierarchy/ParentFirstExecutionHierarchyTest.cc

@@ -4,7 +4,9 @@
 #include "ParentFirstExecutionHierarchy.h"
 #include "sc_runner.h"
 #include "sc_types.h"
-			
+
+namespace  {
+
 
 
 //! The timers are managed by a timer service. */
@@ -140,3 +142,5 @@ class ParentFirstExecutionHierarchyTest : public ::testing::Test{
 		
 		
 }
+
+}

+ 5 - 1
test-plugins/org.yakindu.sct.generator.cpp.test/gtests/ParentFirstLocalReactions/ParentFirstLocalReactionsTest.cc

@@ -4,7 +4,9 @@
 #include "ParentFirstLocalReactions.h"
 #include "sc_runner.h"
 #include "sc_types.h"
-			
+
+namespace  {
+
 
 long counter = 0l;
 
@@ -129,3 +131,5 @@ class ParentFirstLocalReactionsTest : public ::testing::Test{
 		
 		
 }
+
+}