tmf: Split "CTF adaptor" into separate plugins/feature
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / AllTmfCoreTests.java
index 8993a6aa4a8624d88bf5b7c95bbf02efd37bf372..de2becb54ca8a45c03218c376aec798f1a091150 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2009, 2010, 2013 Ericsson
+ * Copyright (c) 2009, 2014 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -22,13 +22,21 @@ import org.junit.runners.Suite;
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
     TmfCorePluginTest.class,
+    org.eclipse.linuxtools.tmf.core.tests.analysis.AllTests.class,
     org.eclipse.linuxtools.tmf.core.tests.component.AllTests.class,
-//    org.eclipse.linuxtools.tmf.core.tests.ctfadaptor.AllTests.class, // Depends on the CTF traces
     org.eclipse.linuxtools.tmf.core.tests.event.AllTests.class,
+    org.eclipse.linuxtools.tmf.core.tests.event.lookup.AllTests.class,
     org.eclipse.linuxtools.tmf.core.tests.request.AllTests.class,
+    org.eclipse.linuxtools.tmf.core.tests.signal.AllTests.class,
     org.eclipse.linuxtools.tmf.core.tests.statesystem.AllTests.class,
-//    org.eclipse.linuxtools.tmf.core.tests.statistics.AllTests.class, // Depends on the CTF traces
+    org.eclipse.linuxtools.tmf.core.tests.statesystem.backends.AllTests.class,
+    org.eclipse.linuxtools.tmf.core.tests.statesystem.mipmap.AllTests.class,
+    org.eclipse.linuxtools.tmf.core.tests.synchronization.AllTests.class,
     org.eclipse.linuxtools.tmf.core.tests.trace.AllTests.class,
+    org.eclipse.linuxtools.tmf.core.tests.trace.indexer.AllTests.class,
+    org.eclipse.linuxtools.tmf.core.tests.trace.indexer.checkpoint.AllTests.class,
+    org.eclipse.linuxtools.tmf.core.tests.trace.location.AllTests.class,
+    org.eclipse.linuxtools.tmf.core.tests.trace.text.AllTests.class,
     org.eclipse.linuxtools.tmf.core.tests.uml2sd.AllTests.class,
     org.eclipse.linuxtools.tmf.core.tests.util.AllTests.class
 })
This page took 0.025638 seconds and 5 git commands to generate.