update guide for classroom autograding

This commit is contained in:
Yu Chen
2022-06-28 23:43:50 +08:00
parent c097e0ab7c
commit ea79c965f3
10 changed files with 35 additions and 20 deletions

View File

@@ -0,0 +1,14 @@
{
"tests": [
{
"name": "run_os7",
"setup": "",
"run": "make test7",
"input": "",
"output": "",
"comparison": "included",
"timeout": 15,
"points": 100
}
]
}