ust: Add initial SwtBot test for memory usage view
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.ust.ui.swtbot.tests / src / org / eclipse / tracecompass / lttng2 / ust / ui / swtbot / tests / AllTests.java
index f7f36247df9f1816514577ddc0418dcf1b076640..f1d523a82015c74a881b3170016ead1c4ce64462 100644 (file)
@@ -20,7 +20,8 @@ import org.junit.runners.Suite;
  */
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
-    CallStackViewTest.class
+    CallStackViewTest.class,
+    MemoryUsageViewTest.class
 })
 public class AllTests {
 
This page took 0.03169 seconds and 5 git commands to generate.