blob: 4aaa128314370ff3802e9f573a3e9751f4c66c31 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 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.core.tests;
import org.eclipse.dltk.sh.internal.core.parser.tests.ShellScriptSourceParserTest;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({ ShellScriptSourceParserTest.class })
public class AllTests {
}