Add log4j and legacy-API tests
[lttng-ust-java-tests.git] / src / org / lttng / ust / agent / integration / log4j / AllTests.java
1 package org.lttng.ust.agent.integration.log4j;
2
3 import org.junit.runner.RunWith;
4 import org.junit.runners.Suite;
5
6 @RunWith(Suite.class)
7 @Suite.SuiteClasses({
8 Log4jEnabledEventsTest.class,
9 Log4jLegacyApiTest.class
10 })
11 public class AllTests {
12
13 }
This page took 0.028981 seconds and 4 git commands to generate.