blob: e91faf06df8bdc0daaff37d9953d0fe21f428ccf (
plain) (
blame)
1
2
3
|
This is a simple library for grading C- and C++-language assignments. It runs
each test case in a child process in order to capture common programming errors
such as infinite loops and segmentation faults.
|