···2233Simple program that runs test cases specified in an autograding.json file and reports results. Useful for previewing how GitHub will run your autograder and project.
4455-This will only work on Linux as it uses `bash`. Also most GitHub auto-graders runs on the Ubuntu runner image so the commands
66-are gonna be Linux specific anyway.
55+> [!INFO]
66+> While this works on Windows, the GitHub classroom runner uses Linux by default, and so some professors may write commands
77+> specific to Linux meaning they won't work for you.
7889## Usage
910