blob: f50c28e2fd038ea0d508ac0a11a5a60dc01b1b0a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2018 compeople AG and others.
*
* 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:
* compeople AG (Stefan Liebig) - initial API and implementation
*******************************************************************************/
package org.eclipse.equinox.p2.tests.artifact.processors;
import junit.framework.TestCase;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* Performs all automated director tests.
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({JarDeltaProcessorTest.class})
public class AllTests extends TestCase {
//test suite
}