TMF: Introduce a framework to hook trace analysis modules/plugins
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui.tests / src / org / eclipse / linuxtools / tmf / ui / tests / project / model / AllTests.java
index 57af25c4d4c10c3714e1b343b5f0b65ea5e40782..d74726b7f4102d4c94b0cb62e36cb2fcfc7a44ec 100644 (file)
@@ -16,11 +16,13 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- *  Test suite for org.eclipse.linuxtools.tmf.ui.project.model
+ * Test suite for org.eclipse.linuxtools.tmf.ui.project.model
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
-    ProjectModelTraceTest.class
+        ProjectModelAnalysisTest.class,
+        ProjectModelOutputTest.class,
+        ProjectModelTraceTest.class
 })
 public class AllTests {
 
This page took 0.025714 seconds and 5 git commands to generate.