blob: 90dc3ae1f56a8994e94a02b8111b414dded8d6ed [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 Red Hat Inc. and others.
* 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:
* Alexander Kurtakov - initial API and implementation
*******************************************************************************/
package org.eclipse.dltk.sh.internal.ui.tests;
import org.eclipse.dltk.sh.internal.ui.text.tests.TextSuite;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* All tests wrapper.
*
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({ TextSuite.class })
public class AllTests {
}