Fix activator plug-in IDs
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.core.tests / src / org / eclipse / tracecompass / tmf / core / tests / statesystem / AllTests.java
CommitLineData
a4e71249 1/*******************************************************************************
bcec0116 2 * Copyright (c) 2012, 2014 Ericsson
a4e71249
AM
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 * Alexandre Montplaisir - Initial API and implementation
bcec0116 11 *******************************************************************************/
a4e71249 12
2bdf0193 13package org.eclipse.tracecompass.tmf.core.tests.statesystem;
a4e71249 14
6e1886bc
AM
15import org.junit.runner.RunWith;
16import org.junit.runners.Suite;
a4e71249
AM
17
18/**
bcec0116 19 * Test suite for org.eclipse.linuxtools.tmf.core.tests.statesystem
a4e71249 20 */
6e1886bc
AM
21@RunWith(Suite.class)
22@Suite.SuiteClasses({
2d208fb7 23 ExperimentStateSystemModuleTest.class,
8a6ff07f 24 StateSystemAnalysisModuleTest.class
6e1886bc 25})
a4e71249
AM
26public class AllTests {
27
bcec0116 28}
This page took 0.071986 seconds and 5 git commands to generate.