Feature-gate test-programs

This commit feature-gates `test-programs` as a workaround for
`cargo test` not allowing for optional dev-dependencies.

This commit addresses #595.
This commit is contained in:
Jakub Konka
2019-11-19 13:00:55 +01:00
committed by Jakub Konka
parent 3cb238366d
commit a58709d99e
2 changed files with 172 additions and 162 deletions

View File

@@ -1,3 +1,4 @@
#![cfg(features = "test-programs")]
mod runtime;
mod utils;