blob: bfb5c2f447b47aad321ea5a66449dc3c9f3347e6 [file] [log] [blame]
/*
* Copyright (c) 2011 Obeo. 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: Obeo - initial API and implementation
*/
package org.eclipse.emf.compare.tests.performance;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({
TestMatch.class,
TestDiff.class,
})
public class PerformanceSuite {
}