blob: 5bd3a19b7d91711751690779a5e25e2ee8e205ea [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.flexmi.test;
import org.junit.Test;
public class IntegrationTests extends FlexmiTests {
@Test
public void testSpeedMonitor() throws Exception {
assertNoWarnings("integration/speed-monitor/speed-monitor.flexmi", "integration/speed-monitor/comps.ecore");
}
}