blob: e0831e5dc8db48d7cd39fa8fc071603ccaf69036 [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:
* Alexandre Montplaisir - Initial API and implementation
*******************************************************************************/
package org.eclipse.linuxtools.tmf.ctf.core.tests.tracemanager;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* Test suite
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({
TmfTraceManagerTest.class
})
public class AllTests {}