Skip to content

Commit

Permalink
Add entries for serialize tests
Browse files Browse the repository at this point in the history
  • Loading branch information
masongup-mdsol committed Oct 28, 2020
1 parent d59d716 commit 5676ceb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,11 @@ bench_s3: ## run S3 benchmarks
.PHONY: credential_integration_test
credential_integration_test: ## Run credentials integration tests
(cd rusoto/credential_service_mock && ./run-and-test.sh )

.PHONY: serialize_structs_limited_test
serialize_structs_limited_test:
(cd rusoto/services && ./test-select-features.sh)

.PHONY: serialize_structs_full_test
serialize_structs_full_test:
(cd rusoto/services && ./test-features.sh)

0 comments on commit 5676ceb

Please sign in to comment.