Files
Upsilon/quiz
Romain Goyet 690af21140 [quiz] Abort on assertion failure
This allows CI to handle test failures correctly
2019-09-18 17:30:08 +02:00
..
2019-09-18 17:30:08 +02:00

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!