TMF: Add base class and interface for state system analysis
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / statesystem / AllTests.java
index b1da18db7500392ade7795b2b38e42c31a855d6a..7dda55face9cc1e744b7ee716c5f6365e471bd1c 100644 (file)
@@ -21,7 +21,8 @@ import org.junit.runners.Suite;
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
-    StateSystemPushPopTest.class
+    StateSystemPushPopTest.class,
+    StateSystemAnalysisModuleTest.class
 })
 public class AllTests {
 
This page took 0.024738 seconds and 5 git commands to generate.