9d353ae022771205971576d8f5d268508c1f5613
[deliverable/tracecompass.git] / org.eclipse.tracecompass.analysis.os.linux.core.tests / src / org / eclipse / tracecompass / analysis / os / linux / core / tests / AllTests.java
1 /*******************************************************************************
2 * Copyright (c) 2012, 2015 Ericsson
3 *
4 * All rights reserved. This program and the accompanying materials are
5 * made available under the terms of the Eclipse Public License v1.0 which
6 * accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *
9 * Contributors:
10 * Francois Chouinard - Initial API and implementation
11 *******************************************************************************/
12
13 package org.eclipse.tracecompass.analysis.os.linux.core.tests;
14
15 import org.eclipse.tracecompass.tmf.core.tests.shared.DebugSuite;
16 import org.junit.runner.RunWith;
17
18 /**
19 * Runner for the unit tests of this plugin
20 */
21 @RunWith(DebugSuite.class)
22 @DebugSuite.SuiteClasses({
23 org.eclipse.tracecompass.analysis.os.linux.core.tests.cpuusage.AllTests.class,
24 org.eclipse.tracecompass.analysis.os.linux.core.tests.kernelanalysis.AllTests.class
25 })
26 public class AllTests {
27
28 }
This page took 0.042265 seconds and 4 git commands to generate.