2022-07-27 15:46:26 +02:00
2022-07-27 15:46:26 +02:00
2022-07-15 12:01:18 +02:00
2022-07-15 14:31:57 +02:00
2022-07-15 14:49:09 +02:00
2022-07-27 13:28:22 +02:00
2022-07-15 11:43:20 +02:00
2022-07-22 12:13:18 +02:00
2022-07-22 14:04:09 +02:00
2022-07-22 15:17:13 +02:00
2022-07-22 14:04:09 +02:00
2022-07-22 14:04:09 +02:00
2022-07-12 13:50:56 +02:00
2022-07-04 17:01:00 +01:00
2022-07-14 11:52:28 +02:00

= 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

[source,]
----
./gradlew :<name of the project>:jvmAotTest
----

for example

[source,]
----
./gradlew :actuator-webmvc:jvmAotTest
----

=== Run a single test

[source,]
----
./gradlew :<name of the project>:build
----

for example

[source,]
----
./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`
Description
No description provided
Readme 3.2 MiB
Languages
Java 97.1%
Kotlin 2.6%
HTML 0.2%