Files
Upsilon/quiz
Romain Goyet 5f04544503 Proper dependency tracking
Change-Id: Ib55da5b0c9779610c323ddaf6f695eb88d3583c7
2016-11-14 15:46:56 +01:00
..
2015-09-07 18:18:27 +02:00
2016-08-23 16:30:15 +02:00
2016-11-14 15:46:56 +01: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!