Separate walk_with_properties tests from parser tests
This commit is contained in:
parent
6ca1047bb0
commit
f263a4fbe3
5 changed files with 145 additions and 200 deletions
|
|
@ -95,7 +95,7 @@ fn run() -> error::Result<()> {
|
|||
state_ids_to_log,
|
||||
)?;
|
||||
}
|
||||
properties::generate_property_sheets(¤t_dir)?;
|
||||
properties::generate_property_sheets_in_directory(¤t_dir)?;
|
||||
} else if let Some(matches) = matches.subcommand_matches("test") {
|
||||
let debug = matches.is_present("debug");
|
||||
let debug_graph = matches.is_present("debug-graph");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue