ctf: Make events immutable
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / AllCtfCoreTests.java
index 2ce65a2810e05b782ccc86edee97cf47db73ca3b..c096537d72e218124a538a35e7214904ca30e673 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************
+ * Copyright (c) 2013 Ericsson
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     Matthew Khouzam - Initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.linuxtools.ctf.core.tests;
 
 import org.junit.runner.RunWith;
@@ -13,13 +24,13 @@ import org.junit.runners.Suite;
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
-    CtfCorePluginTest.class,
-    /* All the tests below depend on the CTF tests traces */
-//    org.eclipse.linuxtools.ctf.core.tests.event.TestAll.class,
-//    org.eclipse.linuxtools.ctf.core.tests.io.TestAll.class,
-//    org.eclipse.linuxtools.ctf.core.tests.trace.TestAll.class,
-//    org.eclipse.linuxtools.ctf.core.tests.types.TestAll.class
+        CtfCorePluginTest.class,
+        org.eclipse.linuxtools.ctf.core.tests.ctftestsuite.TestAll.class,
+        org.eclipse.linuxtools.ctf.core.tests.event.TestAll.class,
+        org.eclipse.linuxtools.ctf.core.tests.io.TestAll.class,
+        org.eclipse.linuxtools.ctf.core.tests.scope.TestAll.class,
+        org.eclipse.linuxtools.ctf.core.tests.trace.TestAll.class,
+        org.eclipse.linuxtools.ctf.core.tests.types.TestAll.class
 })
 public class AllCtfCoreTests {
-
 }
This page took 0.024372 seconds and 5 git commands to generate.