1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

autotools: Move tests using UI components to ui tests.

Change-Id: Ia23389578520c8e21223eb1f9d8e2291a453caf4
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
Alexander Kurtakov 2015-12-14 19:18:45 +02:00
parent c6dc02c94d
commit f616c9e74e
8 changed files with 8 additions and 9 deletions

View file

@ -20,5 +20,4 @@ Bundle-ActivationPolicy: lazy
Fragment-Host: org.eclipse.cdt.autotools.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.cdt.autotools.tests,
org.eclipse.cdt.autotools.tests.autoconf,
org.eclipse.cdt.autotools.tests.editors

View file

@ -10,7 +10,6 @@
*******************************************************************************/
package org.eclipse.cdt.autotools.tests;
import org.eclipse.cdt.autotools.tests.autoconf.AutoconfTests;
import org.eclipse.cdt.autotools.tests.editors.EditorTests;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@ -26,7 +25,6 @@ import org.junit.runners.Suite;
AutotoolsEnvironmentVarTest.class,
LibtoolGCCBuildCommandParserTest.class,
UpdateConfigureTest.class,
AutoconfTests.class,
EditorTests.class
})
public class AllAutotoolsTests {

View file

@ -13,6 +13,7 @@ package org.eclipse.cdt.autotools.ui.tests;
import java.io.IOException;
import org.eclipse.cdt.autotools.ui.tests.autoconf.AutoconfTests;
import org.eclipse.cdt.utils.spawner.ProcessFactory;
import org.junit.Assume;
import org.junit.BeforeClass;
@ -24,7 +25,8 @@ import org.junit.runners.Suite;
TestToolActions.class,
TestEnvironmentVars.class,
TestMakeTargets.class,
SetConfigurationParameter.class
SetConfigurationParameter.class,
AutoconfTests.class
})
public class AllTests {

View file

@ -8,7 +8,7 @@
* Contributors:
* Red Hat Incorporated - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.autotools.tests.autoconf;
package org.eclipse.cdt.autotools.ui.tests.autoconf;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;

View file

@ -8,7 +8,7 @@
* Contributors:
* Ed Swartz (Nokia) - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.autotools.tests.autoconf;
package org.eclipse.cdt.autotools.ui.tests.autoconf;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;

View file

@ -9,7 +9,7 @@
* Ed Swartz (Nokia) - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.autotools.tests.autoconf;
package org.eclipse.cdt.autotools.ui.tests.autoconf;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;

View file

@ -9,7 +9,7 @@
* Ed Swartz (Nokia) - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.autotools.tests.autoconf;
package org.eclipse.cdt.autotools.ui.tests.autoconf;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;

View file

@ -9,7 +9,7 @@
* Ed Swartz (Nokia) - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.autotools.tests.autoconf;
package org.eclipse.cdt.autotools.ui.tests.autoconf;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertSame;