ctf: Move the performance tests to the new infrastructure
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.alltests / src / org / eclipse / linuxtools / lttng / alltests / RunAllPerfTests.java
index 85fb65be48241e9aebad6bb2d98c2346556adac2..3aea99a6c40cb462e96a1e2c06413b5f3b006630 100644 (file)
@@ -20,6 +20,7 @@ import org.junit.runners.Suite;
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
+    org.eclipse.linuxtools.ctf.core.tests.perf.AllPerfTests.class,
     org.eclipse.linuxtools.lttng2.kernel.core.tests.perf.AllPerfTests.class,
     org.eclipse.linuxtools.tmf.ctf.core.tests.perf.AllPerfTests.class
 })
This page took 0.025687 seconds and 5 git commands to generate.