mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-09 07:11:25 +08:00
update guide for classroom autograding
This commit is contained in:
14
scripts/autograding-test7.json
Normal file
14
scripts/autograding-test7.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"tests": [
|
||||
{
|
||||
"name": "run_os7",
|
||||
"setup": "",
|
||||
"run": "make test7",
|
||||
"input": "",
|
||||
"output": "",
|
||||
"comparison": "included",
|
||||
"timeout": 15,
|
||||
"points": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user