rust/tests/run-make/libtest-json
Zalathar 3116db669c Port run-make/libtest-json/validate_json.py to Rust
This is a trivial Python script that simply tries to parse each line of stdin
(i.e. the test process output) as JSON, to verify that the overall output is
JSON Lines.

We can perform the same check directly in `rmake.rs` using `serde_json`.
2024-08-17 18:15:38 +10:00
..
f.rs Move almost all run-make-fulldeps to run-make 2023-03-30 07:34:55 -05:00
output-default.json Port run-make/libtest-json to rmake 2024-08-13 13:27:15 +10:00
output-stdout-success.json Port run-make/libtest-json to rmake 2024-08-13 13:27:15 +10:00
rmake.rs Port run-make/libtest-json/validate_json.py to Rust 2024-08-17 18:15:38 +10:00