Merge branch 'master' into lttng-luna
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core.tests / shared / org / eclipse / linuxtools / ctf / core / tests / shared / CtfTestTrace.java
index 8250cabe66f66b4003b00a2b758c45f6d0277aaf..b45b6fcd3958000dc483925f470853e0f592f222 100644 (file)
@@ -30,7 +30,11 @@ public enum CtfTestTrace {
     /** Another kernel trace */
     TRACE2("../org.eclipse.linuxtools.ctf.core.tests/traces/trace2"),
     /** Kernel trace with event contexts */
-    KERNEL_VM("../org.eclipse.linuxtools.ctf.core.tests/traces/kernel_vm");
+    KERNEL_VM("../org.eclipse.linuxtools.ctf.core.tests/traces/kernel_vm"),
+    /** Trace synchronization: source trace */
+    SYNC_SRC("../org.eclipse.linuxtools.ctf.core.tests/traces/synctraces/scp_src"),
+    /** Trace synchronization: destination trace */
+    SYNC_DEST("../org.eclipse.linuxtools.ctf.core.tests/traces/synctraces/scp_dest");
 
 
     private final String fPath;
This page took 0.02379 seconds and 5 git commands to generate.