smithy-rs/codegen-test
Russell Cohen e7a0f1fa60
Update Rust version (#276)
* Update Rust version

* wip

* Refactor handling of clippy lints

* Delete old version of clippy lints

* Delete unused code
2021-04-19 14:21:42 -04:00
..
model Rename generated crates to aws-sdk-* (#302) 2021-04-14 17:59:53 +00: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 Update Rust version (#276) 2021-04-19 14:21:42 -04: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