blob: 25036d5ff77b93670f8b83c0802d27a247560a8d [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2017 Andrew Gvozdev and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Andrew Gvozdev (Quoin Inc.) - initial API and implementation
* Jonah Graham (Kichwa Coders) - converted to new style suite (Bug 515178)
*******************************************************************************/
package org.eclipse.cdt.ui.tests.misc;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* Test suite for miscellaneous tests which do not fit neatly to other
* categories.
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({ CDTSharedImagesTests.class, LanguageVerifierTests.class,
})
public class MiscTestSuite {
}