X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=org.eclipse.linuxtools.lttng2.ust.core.tests%2Fsrc%2Forg%2Feclipse%2Flinuxtools%2Flttng2%2Fust%2Fcore%2Ftests%2FAllTests.java;h=62e904d9f3794832fb1a2dd1a49c05ce5dde0382;hb=53e5d2d3059fd04c45b09404c7e09f9cbee1358f;hp=cd1cb1cae707f7e6230e1fa4c3a046313c48eab4;hpb=d957af45f7d7484bdb78100d15501cd556c0e6f2;p=deliverable%2Ftracecompass.git diff --git a/org.eclipse.linuxtools.lttng2.ust.core.tests/src/org/eclipse/linuxtools/lttng2/ust/core/tests/AllTests.java b/org.eclipse.linuxtools.lttng2.ust.core.tests/src/org/eclipse/linuxtools/lttng2/ust/core/tests/AllTests.java index cd1cb1cae7..62e904d9f3 100644 --- a/org.eclipse.linuxtools.lttng2.ust.core.tests/src/org/eclipse/linuxtools/lttng2/ust/core/tests/AllTests.java +++ b/org.eclipse.linuxtools.lttng2.ust.core.tests/src/org/eclipse/linuxtools/lttng2/ust/core/tests/AllTests.java @@ -21,6 +21,7 @@ import org.junit.runners.Suite; @RunWith(Suite.class) @Suite.SuiteClasses({ ActivatorTest.class, + org.eclipse.linuxtools.lttng2.ust.core.tests.analysis.memory.AllTests.class, org.eclipse.linuxtools.lttng2.ust.core.tests.trace.callstack.AllTests.class }) public class AllTests { }