blob: 578e8c5826a8b8fb9134e1b1fea3217b4bf22bab [file] [log] [blame]
package org.eclipse.equinox.p2.tests.importexport;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/**
* Performs all automated importexport tests.
*/
@RunWith(Suite.class)
@Suite.SuiteClasses({ ImportExportTests.class, ImportExportRemoteTests.class })
public class AllTests {
// test suite
}