Internalize API for trace control and move control to lttng2
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui.tests / src / org / eclipse / linuxtools / lttng2 / ui / tests / AllTests.java
index fc756593acbdd37055ac6dce90a07a40a208b857..f1ee19afeade133881d28204cff8b93e4da4490d 100644 (file)
@@ -28,6 +28,10 @@ public class AllTests {
         // Plug-in
         suite.addTestSuite(ActivatorTest.class);
 
+        suite.addTest(org.eclipse.linuxtools.lttng2.ui.tests.control.model.impl.AllTests.suite());
+        suite.addTest(org.eclipse.linuxtools.lttng2.ui.tests.control.service.AllTests.suite());
+        suite.addTest(org.eclipse.linuxtools.lttng2.ui.tests.control.model.component.AllTests.suite());
+
         // $JUnit-END$
         return suite;
     }
This page took 0.039049 seconds and 5 git commands to generate.