mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-05 10:04:21 +08:00
update Makfile for classroom autograding
This commit is contained in:
14
scripts/autograding-test1.json
Normal file
14
scripts/autograding-test1.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"tests": [
|
||||
{
|
||||
"name": "run_os1",
|
||||
"setup": "",
|
||||
"run": "make test1",
|
||||
"input": "",
|
||||
"output": "",
|
||||
"comparison": "included",
|
||||
"timeout": 15,
|
||||
"points": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
14
scripts/autograding-test2.json
Normal file
14
scripts/autograding-test2.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"tests": [
|
||||
{
|
||||
"name": "run_os2",
|
||||
"setup": "",
|
||||
"run": "make test2",
|
||||
"input": "",
|
||||
"output": "",
|
||||
"comparison": "included",
|
||||
"timeout": 15,
|
||||
"points": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
14
scripts/autograding-test3.json
Normal file
14
scripts/autograding-test3.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"tests": [
|
||||
{
|
||||
"name": "run_os3",
|
||||
"setup": "",
|
||||
"run": "make test3",
|
||||
"input": "",
|
||||
"output": "",
|
||||
"comparison": "included",
|
||||
"timeout": 15,
|
||||
"points": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
14
scripts/autograding-test4.json
Normal file
14
scripts/autograding-test4.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"tests": [
|
||||
{
|
||||
"name": "run_os4",
|
||||
"setup": "",
|
||||
"run": "make test4",
|
||||
"input": "",
|
||||
"output": "",
|
||||
"comparison": "included",
|
||||
"timeout": 15,
|
||||
"points": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
14
scripts/autograding-test5.json
Normal file
14
scripts/autograding-test5.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"tests": [
|
||||
{
|
||||
"name": "run_os5",
|
||||
"setup": "",
|
||||
"run": "make test5",
|
||||
"input": "",
|
||||
"output": "",
|
||||
"comparison": "included",
|
||||
"timeout": 15,
|
||||
"points": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
14
scripts/autograding-test6.json
Normal file
14
scripts/autograding-test6.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"tests": [
|
||||
{
|
||||
"name": "run_os6",
|
||||
"setup": "",
|
||||
"run": "make test6",
|
||||
"input": "",
|
||||
"output": "",
|
||||
"comparison": "included",
|
||||
"timeout": 15,
|
||||
"points": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
14
scripts/autograding-test8.json
Normal file
14
scripts/autograding-test8.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"tests": [
|
||||
{
|
||||
"name": "rust_os8",
|
||||
"setup": "",
|
||||
"run": "make test8",
|
||||
"input": "",
|
||||
"output": "",
|
||||
"comparison": "included",
|
||||
"timeout": 15,
|
||||
"points": 100
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user