Separate walk_with_properties tests from parser tests

This commit is contained in:
Max Brunsfeld 2019-02-01 21:20:27 -08:00
parent 6ca1047bb0
commit f263a4fbe3
5 changed files with 145 additions and 200 deletions

View file

@ -95,7 +95,7 @@ fn run() -> error::Result<()> {
state_ids_to_log,
)?;
}
properties::generate_property_sheets(&current_dir)?;
properties::generate_property_sheets_in_directory(&current_dir)?;
} else if let Some(matches) = matches.subcommand_matches("test") {
let debug = matches.is_present("debug");
let debug_graph = matches.is_present("debug-graph");