About rmake tests
This commit is contained in:
parent
a19a8f8e52
commit
d562a4a510
13 changed files with 20 additions and 20 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue