Files
Upsilon/quiz
Felix Raimundo 11537ef794 Remove call to get_char to fix tests.
Change-Id: I87e12b9ce5fc807edfcf1460e419bceed23474dd
2016-03-24 16:09:25 +01:00
..
2015-09-07 18:18:27 +02:00
2016-03-24 16:09:25 +01:00
2015-09-19 18:14:14 +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!