blob: 0a034a340f5b80ca8aecb27bb498920b2abfeb65 [file] [log] [blame]
/*********************************************************************
* Copyright (c) 2008 The University of York.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
**********************************************************************/
package org.eclipse.epsilon.emc.simulink.test.unit;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({ CRUDTests.class, ExampleTests.class, InheritanceTests.class,
/* MatlabEngineTests.class, */ OperationTests.class, /* PrimitiveTypeTests.class, */ PropertyTests.class,
SimulinkSimpleTypeTest.class, LoadModelTest.class })
public class AllTests {
}