exercism prep tests

Utility to prep/enable ignored tests for Exercism exercises.

How to use

You will need to install the Rust compiler and cargo package tool to install from Crates.io or build from repository source.

cargo install exercism_prep_tests
OR
cargo install --path .
(from cloned repo under exercism prep tests directory).

Run

exercism_prep_tests
under the exercise directory (e.g. ~/exercism/cpp/hamming) to automatically enable all tests (if the chosen language has been defined).