blob: 0743ae3b2ac0d7cb5042c0f2d70673486fb1eebd [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 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
*******************************************************************************/
package org.eclipse.tracecompass.tmf.ctf.core.tests.trace.indexer;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* Test suite
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({
CtfExperimentCheckpointIndexTest.class,
})
public class AllTests {
}