/******************************************************************************* * Copyright (c) 2006 IBM Corporation 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: * Matthew Webster - initial implementation *******************************************************************************/ import junit.framework.*; import junit.framework.Test; public class Eajc515ModuleTests extends TestCase { public static Test suite() { TestSuite suite = new TestSuite(Eajc515ModuleTests.class.getName()); suite.addTest(org.aspectj.tools.ajc.Ajc5Tests.suite()); return suite; } public Eajc515ModuleTests(String name) { super(name); } }