ChrisBuchholz / accord

Data validation library for Rust
MIT License
78 stars 4 forks source link

Makefile for testing accord + example crates #13

Closed ChrisBuchholz closed 7 years ago

ChrisBuchholz commented 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.

ChrisBuchholz commented 7 years ago

Makefile added here: https://github.com/ChrisBuchholz/accord/commit/fb5e3e60cbc5ded9fb81e997f41520fd9839b30e