Add lab checker infrastructure
Due by April 27, 2025
58% complete
Add checker infrastructure for each lab. Each task must have its own tests/
folder with checker scripts and a Makefile with the check
rule (at least). make check
should compile the code in ../support/
and run the checker. The checker must test the functionality of the task and assign points out of 100. The total number of points for a task is 100.
Add checker infrastructure for each lab. Each task must have its own tests/
folder with checker scripts and a Makefile with the check
rule (at least). make check
should compile the code in ../support/
and run the checker. The checker must test the functionality of the task and assign points out of 100. The total number of points for a task is 100.