smithy-rs/codegen-test
John DiSanti 4bbc677c5a
Fix several warnings and reduce Rust target clobbering (#1069)
2022-01-13 16:45:04 -08:00
..
model Upgrade Smithy to 1.16.1 (#1053) 2022-01-12 15:35:40 -08:00
.gitignore Productionize Integration Test Machinery (#15) 2020-11-03 18:44:38 -05:00
README.md Productionize Integration Test Machinery (#15) 2020-11-03 18:44:38 -05:00
build.gradle.kts Fix several warnings and reduce Rust target clobbering (#1069) 2022-01-13 16:45:04 -08:00

README.md

Codegen Integration Test

This module defines an integration test of the code generation machinery. .build.gradle.kts will generate a smithy-build.json file as part of the build. The Smithy build plugin then invokes our codegen machinery and generates Rust crates.

The test task will run cargo check and cargo clippy to validate that the generated Rust compiles and is idiomatic.

Usage

../gradlew test