Remove all "AllTests" suites
[deliverable/tracecompass.git] / releng / org.eclipse.tracecompass.alltests / src / org / eclipse / tracecompass / alltests / RunAllUITests.java
index 4822e5311a850f31fab64b8e601f4d443811eacf..5b8becfb06c4d3cb22b7bba6b5c34d9ff177d7a4 100644 (file)
@@ -20,12 +20,7 @@ import org.junit.runners.Suite;
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
-    org.eclipse.tracecompass.gdbtrace.ui.tests.AllGdbTraceUITests.class,
-    org.eclipse.tracecompass.lttng2.control.ui.tests.AllTests.class,
-    org.eclipse.tracecompass.lttng2.ust.ui.tests.AllTests.class,
-    org.eclipse.tracecompass.tmf.analysis.xml.ui.tests.AllAnalysisXmlUiTests.class,
-    org.eclipse.tracecompass.tmf.remote.ui.tests.AllTmfRemoteUITests.class,
-    org.eclipse.tracecompass.tmf.ui.tests.AllTmfUITests.class,
+    // FIXME Link to all UI tests
 
 })
 public class RunAllUITests {
This page took 0.028725 seconds and 5 git commands to generate.