Files
rust-based-os-comp2022/scripts/autograding-test4.json
2022-06-28 23:34:25 +08:00

14 lines
215 B
JSON

{
"tests": [
{
"name": "run_os4",
"setup": "",
"run": "make test4",
"input": "",
"output": "",
"comparison": "included",
"timeout": 15,
"points": 100
}
]
}