TMF: Do not keep event matches by default when no processing unit is set
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / types / TestAll.java
index d009ecd364f7fe876992dd4f65813a0a03cca63c..7b537be19030a66a1b8007b83e0e50d9450807e8 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.types;
 
 import org.junit.runner.RunWith;
@@ -13,8 +24,8 @@ import org.junit.runners.Suite;
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
-    ArrayDeclarationTest.class,
-    ArrayDefinitionTest.class,
+    ArrayDeclaration2Test.class,
+    ArrayDefinition2Test.class,
     DefinitionTest.class,
     EnumDeclarationTest.class,
     EnumDefinitionTest.class,
@@ -23,8 +34,9 @@ import org.junit.runners.Suite;
     FloatDefinitionTest.class,
     IntegerDeclarationTest.class,
     IntegerDefinitionTest.class,
-    SequenceDeclarationTest.class,
-    SequenceDefinitionTest.class,
+    IntegerEndiannessTest.class,
+    SequenceDeclaration2Test.class,
+    SequenceDefinition2Test.class,
     StringDeclarationTest.class,
     StringDefinitionTest.class,
     StructDeclarationTest.class,
This page took 0.024926 seconds and 5 git commands to generate.