Add an assert_bounds utility function.

This commit is contained in:
Tom Alexander
2023-04-19 15:29:46 -04:00
parent a4c6e899ac
commit a6d8c873d4
3 changed files with 43 additions and 151 deletions

View File

@@ -24,12 +24,16 @@ clean:
.PHONY: test
test:
> cargo test --lib
> cargo test --lib --test test_loader
.PHONY: integrationtest
integrationtest:
> cargo test --no-fail-fast --test test_loader
.PHONY: unittest
unittest:
> cargo test --lib
.PHONY: run
run:
> cargo run