Files
Upsilon/quiz
Romain Goyet 753a4a7cb5 [Ion] Move to C++
Change-Id: Id75fca5e92a3fdf18258015bcda7cd70297b0fdb
2016-08-23 16:30:15 +02:00
..
2015-09-07 18:18:27 +02:00
2016-08-23 16:30:15 +02: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!