btf: Move plugins to the Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / types / TestAll.java
index d009ecd364f7fe876992dd4f65813a0a03cca63c..df208733f4d12fb6bfc5d86c1ced120898db3053 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,18 +24,20 @@ import org.junit.runners.Suite;
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
-    ArrayDeclarationTest.class,
-    ArrayDefinitionTest.class,
+    ArrayDeclaration2Test.class,
+    ArrayDefinition2Test.class,
     DefinitionTest.class,
     EnumDeclarationTest.class,
     EnumDefinitionTest.class,
     EventDeclarationTest.class,
+    EventHeaderDeclarationTest.class,
     FloatDeclarationTest.class,
     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.026582 seconds and 5 git commands to generate.