Files
Upsilon/quiz
Émilie Feral 9186792e40 [escher] In pointer text view (future message text view) implement
minimal size for optimal display to ensure to be able to display all
languages

Change-Id: Id3c81185fa44017bc4fcca5db0c8d0a6c115f6fb
2017-03-16 15:12:12 +01:00
..
2015-09-07 18:18:27 +02:00
2017-03-16 15:12:12 +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!