/spring-aot-smoke-tests

Primary LanguageJavaApache License 2.0Apache-2.0

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

  1. Create a new directory for your sample

  2. Include the directory in settings.gradle

  3. Include the directory in ci/smoke-tests.yaml