tmf: Fix GTK bug when setting top item after changing tree font
[deliverable/tracecompass.git] / gdbtrace / org.eclipse.tracecompass.gdbtrace.core.tests / src / org / eclipse / tracecompass / gdbtrace / core / tests / AllGdbTraceCoreTests.java
CommitLineData
6de2f761 1/*******************************************************************************
ed902a2b 2 * Copyright (c) 2013, 2014 Ericsson
6de2f761
PT
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 * Patrick Tasse - Initial API and implementation
11 *******************************************************************************/
12
04c0d7d3 13package org.eclipse.tracecompass.gdbtrace.core.tests;
6de2f761
PT
14
15import org.junit.runner.RunWith;
16import org.junit.runners.Suite;
17
18/**
19 * Master test suite for GDB Tracepoint Analysis Core.
20 */
21@RunWith(Suite.class)
22@Suite.SuiteClasses({
8343b1f5 23 GdbTraceCorePluginTest.class
6de2f761
PT
24})
25
26public class AllGdbTraceCoreTests {
27
28}
This page took 0.055875 seconds and 5 git commands to generate.