blob: ac9984afb35319affdebd426dd05238d0c659a7c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014 Ericsson
*
* All rights reserved. This program and the accompanying materials are
* made available under the terms of the Eclipse Public License v1.0 which
* accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Bernd Hufmann - Initial API and implementation
*******************************************************************************/
package org.eclipse.tracecompass.tmf.core.tests.model;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* Requests tests
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({
TmfTraceCoreUtilsTest.class,
})
public class AllTests {
}