tmf: Make font depend on item height in time graph
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.os.linux.core.tests / src / org / eclipse / tracecompass / analysis / os / linux / core / tests / latency / AllTests.java
CommitLineData
e06c9955
MK
1/*******************************************************************************
2 * Copyright (c) 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
10package org.eclipse.tracecompass.analysis.os.linux.core.tests.latency;
11
12import org.junit.runner.RunWith;
13import org.junit.runners.Suite;
14
15/**
16 * Test suite for the Latency packages
17 */
18@RunWith(Suite.class)
19@Suite.SuiteClasses({
20 SegmentStoreStatisticsTest.class
21})
22public class AllTests {
23
24}
This page took 0.025159 seconds and 5 git commands to generate.