prog2-lab03-it21bwin-romans.../.github/classroom/autograding.json

15 lines
245 B
JSON
Raw Normal View History

2022-03-31 11:49:56 +02:00
{
"tests": [
{
"name": "Run PA unit tests",
"setup": "",
"run": "gradle :Philosopher:test --info",
"input": "",
"output": "",
"comparison": "included",
"timeout": 10,
"points": 2
}
]
}