Karm / mandrel-integration-tests

Integration tests for GraalVM and its Mandrel distribution. Runs Quarkus, Helidon and Micronaut applications and small targeted reproducers. The focus is solely on native-image utility and compilation of Java applications into native executables.
Apache License 2.0
5 stars 3 forks source link

Propagate all quarkus prefixed opts to quarkus related mvn commands #44

Open Karm opened 3 years ago

Karm commented 3 years ago

i.e. invoking the TS with

          mvn clean verify -Dquarkus.native.native-image-xmx=5g -Ptestsuite

Could be smart enough to pass those ops to quarkus build mvn commands...