education / autograding-example-c

GitHub Classroom autograding example repo with C and bash tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autograding Example: C

This example project is written in C, and tested with make and bash scripts.

The assignment

The tests are currently failing because we're printing the wrong string. Correcting the printf will fix the tests.

Setup command

N/A

Run command

make test

Notes

  • gcc can be used to compile and link C applications for use with existing test harnesses or C testing frameworks.

About

GitHub Classroom autograding example repo with C and bash tests


Languages

Language:Shell 74.0%Language:C 13.6%Language:Makefile 12.4%