update Makfile for classroom autograding

This commit is contained in:
Yu Chen
2022-06-28 23:34:25 +08:00
parent ee1bb553ee
commit c097e0ab7c
8 changed files with 205 additions and 3 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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