Run codegen commands as tests if their results are commited

This commit is contained in:
Lukas Wirth 2024-07-07 09:14:50 +02:00
parent 866102cdaf
commit ce5046be50
7 changed files with 23 additions and 3 deletions

View file

@ -127,3 +127,8 @@ fn existing_tests(dir: &Path, ok: bool) -> HashMap<String, (PathBuf, Test)> {
}
res
}
#[test]
fn test() {
generate(true);
}