1 /*******************************************************************************
2 * Copyright (c) 2012, 2015 Ericsson
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
10 * Francois Chouinard - Initial API and implementation
11 *******************************************************************************/
13 package org.eclipse.tracecompass.analysis.os.linux.core.tests;
15 import org.eclipse.tracecompass.tmf.core.tests.shared.DebugSuite;
16 import org.junit.runner.RunWith;
19 * Runner for the unit tests of this plugin
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
26 public class AllTests {