blob: b201db5a5e2167a33dafb1d48e1e1304d0847c9b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2015 Christian Pontesegger 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:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
package org.eclipse.ease.modules.platform;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
/**
* @author christian
*
*/
@RunWith(Suite.class)
@SuiteClasses({ PlatformModuleTest.class, ResourcesModuleTest.class, ScriptingModuleTest.class })
public class AllTests {
}