blob: 9f89a8bf13edc8247832d621c020a8b8b525bcfe [file] [log] [blame]
/*
* Copyright (c) 2014 Zeligsoft (2009) Limited.
* 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
*/
package org.eclipse.papyrus.designer.languages.cpp.codegen.tests;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import org.junit.runners.Suite.SuiteClasses;
@RunWith(Suite.class)
@SuiteClasses({CppCodegenTest.class})
public class AllPapyrusCPPCodegenTests {
}