tmf: Fix GTK bug when setting top item after changing tree font
[deliverable/tracecompass.git] / ctf / org.eclipse.tracecompass.ctf.core.tests / perf / org / eclipse / tracecompass / ctf / core / tests / perf / AllPerfTests.java
CommitLineData
7db66c58
AM
1/*******************************************************************************
2 * Copyright (c) 2014 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 * Alexandre Montplaisir - Initial implementation and API
11 *******************************************************************************/
12
f357bcd4 13package org.eclipse.tracecompass.ctf.core.tests.perf;
7db66c58
AM
14
15import org.junit.runner.RunWith;
16import org.junit.runners.Suite;
17
18/**
19 * Run all performance test suites.
20 *
21 * @author Alexandre Montplaisir
22 */
23@RunWith(Suite.class)
24@Suite.SuiteClasses({
f357bcd4 25 org.eclipse.tracecompass.ctf.core.tests.perf.trace.AllPerfTests.class
7db66c58
AM
26})
27public class AllPerfTests {
28
29}
This page took 0.047647 seconds and 5 git commands to generate.