Stephane Nicoll 5bc608d5b5 Add smoke test for bean ordering
Closes gh-96
2022-08-22 14:20:59 +02:00
2022-08-22 09:43:21 +02:00
2022-08-09 14:33:34 +02:00
2022-08-22 14:20:59 +02:00
2022-08-11 13:58:09 +02:00
2022-08-22 09:43:21 +02:00
2022-07-15 11:43:20 +02:00
2022-07-22 12:13:18 +02:00
2022-08-18 16:38:02 +02:00
2022-07-22 14:04:09 +02:00
2022-08-09 10:44:52 +02:00
2022-08-22 14:20:59 +02:00
2022-08-22 09:43:21 +02:00
2022-07-27 16:00:12 +02:00
2022-07-28 11:57:45 +02:00
2022-07-22 15:17:13 +02:00
2022-08-10 11:07:20 +02:00
2022-08-01 16:54:33 +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%