Spring AOT Smoke Tests
A suite of tests for applications using AOT on the JVM and in Graal native images.
How to
Run a single test on JVM
./gradlew :<name of the project>:jvmAotTest
for example
./gradlew :actuator-webmvc:jvmAotTest
Run a single test
./gradlew :<name of the project>:build
for example
./gradlew :actuator-webmvc:build
Add a new sample
-
Create a new directory for your sample
-
Include the directory in
settings.gradle
-
Include the directory in
ci/smoke-tests.yaml