aboutsummaryrefslogtreecommitdiff
path: root/.github/classroom/autograding.json
diff options
context:
space:
mode:
Diffstat (limited to '.github/classroom/autograding.json')
-rw-r--r--.github/classroom/autograding.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/.github/classroom/autograding.json b/.github/classroom/autograding.json
new file mode 100644
index 0000000..8d445f5
--- /dev/null
+++ b/.github/classroom/autograding.json
@@ -0,0 +1,22 @@
+{
+ "tests": [
+ {
+ "name": "Build",
+ "run": "make",
+ "input": "",
+ "output": "",
+ "comparison": "included",
+ "timeout": 10,
+ "points": 1
+ },
+ {
+ "name": "Run tests",
+ "run": "timeout -v 5m make test",
+ "input": "",
+ "output": "",
+ "comparison": "included",
+ "timeout": 5,
+ "points": 1
+ }
+ ]
+}