feat(check): make match tests flag fancier

This commit is contained in:
rvcas
2023-01-10 10:19:13 -05:00
parent 6a95d23811
commit 9002ea263f
3 changed files with 52 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ pub struct Options {
pub enum CodeGenMode {
Test {
match_tests: Option<String>,
match_tests: Option<Vec<String>>,
verbose: bool,
},
Build(bool),