-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
22 additions
and
789 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
506 changes: 0 additions & 506 deletions
506
tycho-extras/tycho-eclipserun-plugin/.settings/org.eclipse.jdt.core.prefs
This file was deleted.
Oops, something went wrong.
141 changes: 0 additions & 141 deletions
141
tycho-extras/tycho-eclipserun-plugin/.settings/org.eclipse.jdt.ui.prefs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
tycho-extras/tycho-eclipserun-plugin/src/it/eclipse-antrunner/verify.groovy
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
tycho-its/src/test/java/org/eclipse/tycho/test/EclipsePluginTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
package org.eclipse.tycho.test; | ||
|
||
import org.apache.maven.it.Verifier; | ||
import org.junit.Test; | ||
|
||
public class EclipsePluginTest extends AbstractTychoIntegrationTest { | ||
|
||
@Test | ||
public void testDirectorStandalone() throws Exception { | ||
Verifier verifier = getVerifier("tycho-eclipse-plugin/run-ant", true, true); | ||
verifier.executeGoal("package"); | ||
verifier.verifyErrorFreeLog(); | ||
verifier.verifyFilePresent("target/.run.ok"); | ||
} | ||
|
||
} |