Copyright header update, 2015 edition
[deliverable/tracecompass.git] / org.eclipse.tracecompass.analysis.os.linux.core.tests / src / org / eclipse / tracecompass / analysis / os / linux / core / tests / AllTests.java
CommitLineData
96811390 1/*******************************************************************************
ed902a2b 2 * Copyright (c) 2012, 2015 Ericsson
96811390
GB
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:
e363eae1 10 * Francois Chouinard - Initial API and implementation
96811390
GB
11 *******************************************************************************/
12
e363eae1 13package org.eclipse.tracecompass.analysis.os.linux.core.tests;
96811390 14
e363eae1 15import org.eclipse.tracecompass.tmf.core.tests.shared.DebugSuite;
96811390 16import org.junit.runner.RunWith;
96811390
GB
17
18/**
e363eae1 19 * Runner for the unit tests of this plugin
96811390 20 */
e363eae1
AM
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
96811390
GB
25})
26public class AllTests {
27
e363eae1 28}
This page took 0.026717 seconds and 5 git commands to generate.