Skip to content

Commit

Permalink
Unroll a spock tests for easy debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Lacasse <[email protected]>
  • Loading branch information
lacasseio committed Feb 14, 2024
1 parent 0f3bf91 commit 17a2e37
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import dev.gradleplugins.integtests.fixtures.nativeplatform.AbstractInstalledToo
import dev.gradleplugins.test.fixtures.archive.JarTestFixture
import dev.nokee.platform.nativebase.SharedLibraryBinary
import org.junit.Assume
import spock.lang.Unroll

abstract class AbstractJniLibraryFunctionalTest extends AbstractInstalledToolChainIntegrationSpec {
def "produce a single JAR containing the shared library for single variant"() {
Expand Down Expand Up @@ -84,6 +85,7 @@ abstract class AbstractJniLibraryFunctionalTest extends AbstractInstalledToolCha
"""
}

@Unroll
def "can apply plugins in what ever order"(pluginIds) {
given:
settingsFile << "rootProject.name = 'library'"
Expand Down

0 comments on commit 17a2e37

Please sign in to comment.