Closed ChrisBuchholz closed 7 years ago
Right now, the only way to test both accord and its examples is to run cargo test in both the accord crate and the bundled example crates. Introducing a Makefile to handle testing could reduce this to a single stop of make test.
cargo test
make test
Makefile added here: https://github.com/ChrisBuchholz/accord/commit/fb5e3e60cbc5ded9fb81e997f41520fd9839b30e
Right now, the only way to test both accord and its examples is to run
cargo test
in both the accord crate and the bundled example crates. Introducing a Makefile to handle testing could reduce this to a single stop ofmake test
.