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