Add test cases for float definitions.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / src / org / eclipse / linuxtools / ctf / core / tests / types / TestAll.java
index 5e6cba8fe467c3406959c134c951ff9c27c83777..10ddccfd35a37e72a53ff448a03395090fe971ec 100644 (file)
@@ -8,7 +8,7 @@ import org.junit.runners.Suite;
  * The class <code>TestAll</code> builds a suite that can be used to run all of
  * the tests within its package as well as within any subpackages of its
  * package.
- * 
+ *
  * @author ematkho
  * @version $Revision: 1.0 $
  */
@@ -19,13 +19,14 @@ import org.junit.runners.Suite;
         IntegerDefinitionTest.class, SequenceDefinitionTest.class,
         ArrayDefinitionTest.class, EnumDeclarationTest.class,
         StringDeclarationTest.class, ArrayDeclarationTest.class,
+        FloatDefinitionTest.class, FloatDeclarationTest.class,
         VariantDefinitionTest.class, VariantDeclarationTest.class,
         StringDefinitionTest.class, EventDeclarationTest.class, })
 public class TestAll {
 
     /**
      * Launch the test.
-     * 
+     *
      * @param args
      *            the command line arguments
      */
This page took 0.024346 seconds and 5 git commands to generate.