1
Fork 0

About rmake tests

This commit is contained in:
Guillaume Gomez 2024-08-15 14:44:48 +02:00
parent a19a8f8e52
commit d562a4a510
13 changed files with 20 additions and 20 deletions

View file

@ -6,7 +6,7 @@ fn main() {
.input("foo.rs")
.arg("-Zunstable-options")
.arg("--generate-redirect-map")
.output(&out_dir)
.out_dir(&out_dir)
.run();
// FIXME (GuillaumeGomez): Port the python script to Rust as well.
python_command().arg("validate_json.py").arg(&out_dir).run();