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 22, 2024
1 parent c8387fe commit e330966
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions .github/classroom/autograding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"tests": [
{
"name": "Alu Test",
"setup": "",
"run": "cat output1.log",
"input": "",
"output": "Test passed",
"comparison": "included",
"timeout": 10,
"points": 1
},
{
"name": "Arbiter Test",
"setup": "",
"run": "cat output2.log",
"input": "",
"output": "Test passed",
"comparison": "included",
"timeout": 10,
"points": 1
},
{
"name": "Shifter",
"setup": "",
"run": "cat output3.log",
"input": "",
"output": "Left barrel shifter test passed",
"comparison": "included",
"timeout": 10,
"points": 1
},
{
"name": "Debugging 1",
"setup": "",
"run": "cat output4.log",
"input": "",
"output": "Test 1 passed",
"comparison": "included",
"timeout": 10,
"points": 1
},
{
"name": "Debugging 2 ",
"setup": "",
"run": "cat output4.log",
"input": "",
"output": "Test 2 passed",
"comparison": "included",
"timeout": 10,
"points": 1
},
{
"name": "Debugging 3",
"setup": "",
"run": "cat output4.log",
"input": "",
"output": "Test 3 passed",
"comparison": "included",
"timeout": 10,
"points": 1
}
]
}

0 comments on commit e330966

Please sign in to comment.