Skip to content

Commit

Permalink
GitHub Classroom Autograding
Browse files Browse the repository at this point in the history
  • Loading branch information
github-classroom[bot] authored Feb 25, 2024
1 parent c5609b7 commit 76ffe9b
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions .github/classroom/autograding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"tests": [
{
"name": "Indent",
"setup": "",
"run": ".scripts/dr.sh .scripts/check_indentation.sh",
"input": "",
"output": "",
"comparison": "included",
"timeout": 10,
"points": 1
},
{
"name": "Build",
"setup": "",
"run": ".scripts/dr.sh \"mkdir build; cd build; cmake -GNinja ..; ninja\"",
"input": "",
"output": "",
"comparison": "included",
"timeout": 10,
"points": 5
},
{
"name": "Step1 - Mark1",
"setup": "",
"run": ".scripts/dr.sh \"cd build; ./gtest --gtest_filter=Step1.Mark1\"",
"input": "",
"output": "",
"comparison": "included",
"timeout": 10,
"points": 2
},
{
"name": "Step1 - Mark2",
"setup": "",
"run": ".scripts/dr.sh \"cd build; ./gtest --gtest_filter=Step1.Mark2\"",
"input": "",
"output": "",
"comparison": "included",
"timeout": 10,
"points": 2
},
{
"name": "Step1 - Mark3",
"setup": "",
"run": ".scripts/dr.sh \"cd build; ./gtest --gtest_filter=Step1.Mark3\"",
"input": "",
"output": "",
"comparison": "included",
"timeout": 10,
"points": 2
},
{
"name": "Step1 - Mark4",
"setup": "",
"run": ".scripts/dr.sh \"cd build; ./gtest --gtest_filter=Step1.Mark4\"",
"input": "",
"output": "",
"comparison": "included",
"timeout": 10,
"points": 2
},
{
"name": "Step1 - Mark5",
"setup": "",
"run": ".scripts/dr.sh \"cd build; ./gtest --gtest_filter=Step1.Mark5\"",
"input": "",
"output": "",
"comparison": "included",
"timeout": 10,
"points": 2
},
{
"name": "Step1 - Mark6",
"setup": "",
"run": ".scripts/dr.sh \"cd build; ./gtest --gtest_filter=Step1.Mark6\"",
"input": "",
"output": "",
"comparison": "included",
"timeout": 10,
"points": 2
}
]
}

0 comments on commit 76ffe9b

Please sign in to comment.