ctf: Add advanced trace tests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / shared / org / eclipse / linuxtools / ctf / core / tests / shared / CtfTestTrace.java
index 9d896ea672618bfc6bf2915cf7cd37789298b67a..8a169c41362cf4bee2a9b4d5ac8644865f7f9c15 100644 (file)
@@ -35,7 +35,9 @@ public enum CtfTestTrace {
     /** UST trace with lots of lost events */
     HELLO_LOST("../org.eclipse.linuxtools.ctf.core.tests/traces/hello-lost"),
     /** Autogenerated Syntetic trace */
-    SYNTHETIC_TRACE(LttngKernelTraceGenerator.getPath());
+    SYNTHETIC_TRACE(LttngKernelTraceGenerator.getPath()),
+    /** Trace with non-standard field sizes */
+    FUNKY_TRACE("../org.eclipse.linuxtools.ctf.core.tests/traces/funky_trace");
 
 
     private final String fPath;
This page took 0.023474 seconds and 5 git commands to generate.