blob: 23b3f016c6fdd75b5924a5b39b46dbfa14f5cc1e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Obeo.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Obeo - initial API and implementation
*******************************************************************************/
package org.eclipse.sirius.tests.server.internal;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
/**
* Test suite for the Sirius server backend.
*
* @author sbegaudeau
*/
@RunWith(Suite.class)
@SuiteClasses({ SiriusServerPathMatcherTests.class })
public class SiriusServerBackendTests {
// Do nothing
}