Add support for filter feature of LTTng Tools 2.1
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.core.tests / src / org / eclipse / linuxtools / lttng2 / core / tests / control / model / impl / AllTests.java
index 6fa43af6ba2bb59a62ad2ac1455b123c45950b4f..e502b828582a12177fda42524ab38fb6d9680d7f 100644 (file)
@@ -21,6 +21,7 @@ public class AllTests {
 
         TestSuite suite = new TestSuite(AllTests.class.getName());
         //$JUnit-BEGIN$
+        suite.addTestSuite(FieldInfoTest.class);
         suite.addTestSuite(BaseEventInfoTest.class);
         suite.addTestSuite(DomainInfoTest.class);
         suite.addTestSuite(EventInfoTest.class);
This page took 0.023604 seconds and 5 git commands to generate.