pcap: Add unit tests to pcap.core
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.alltests / src / org / eclipse / linuxtools / lttng / alltests / RunAllPerfTests.java
index 3aea99a6c40cb462e96a1e2c06413b5f3b006630..2d9b4bb85f74be9b941efc4bf24b0ee03826449e 100644 (file)
@@ -22,6 +22,7 @@ import org.junit.runners.Suite;
 @Suite.SuiteClasses({
     org.eclipse.linuxtools.ctf.core.tests.perf.AllPerfTests.class,
     org.eclipse.linuxtools.lttng2.kernel.core.tests.perf.AllPerfTests.class,
+    org.eclipse.linuxtools.pcap.core.tests.perf.AllPerfTests.class,
     org.eclipse.linuxtools.tmf.ctf.core.tests.perf.AllPerfTests.class
 })
 public class RunAllPerfTests {
This page took 0.023618 seconds and 5 git commands to generate.