Skip to content

Files

Latest commit

758c217 · Oct 16, 2019

History

History
This branch is 7684 commits ahead of, 24793 commits behind numworks/epsilon:master.

quiz

Quiz is a simple test framework.

To write a test using quiz, all you have to do is #include quiz.h, and then
define tests using the TEST(my_test_name) macro.

You should then add your test files to the "tests" variable in the Makefile.

Then running "make test" will compile and run your tests!