BTree index on disk
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui.tests / src / org / eclipse / linuxtools / tmf / ui / tests / trace / AllTests.java
index 4782199a5f301e24124397a1aab7659a233ce6c9..63f07ab9171a25fcdaad78f348a1de5bc4874dc1 100644 (file)
@@ -16,7 +16,7 @@ import org.junit.runner.RunWith;
 import org.junit.runners.Suite;
 
 /**
- * Test suite for Xml parser validation
+ * Test suite for custom parsers
  * @author Matthew Khouzam
  *
  */
@@ -24,7 +24,9 @@ import org.junit.runners.Suite;
 @Suite.SuiteClasses({
         CustomXmlTraceInvalidTest.class,
         CustomXmlTraceBadlyFormedTest.class,
-        CustomXmlTraceValidTest.class
+        CustomXmlTraceValidTest.class,
+        CustomXmlIndexTest.class,
+        CustomTxtIndexTest.class
 })
 public class AllTests {
 }
This page took 0.02426 seconds and 5 git commands to generate.