classroom-resources / autograding-example-cpp

GitHub Classroom autograding example repo with C++ and Catch.
13 stars 21 forks source link
github-classroom-template

Autograding Example: C++

This example project is written in C++, and tested with make and Catch2.

The assignment

The tests are failing right now because of a bad base case in the factorial function. Correcting the base case will fix the tests.

Setup command

N/A

Run command

make test

Notes