forked from VCA-EPFL/CCA_lab1_a
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf1d92d
commit dba7c83
Showing
1 changed file
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |