Blame view

build4/epsilon-master/quiz/README.txt 296 Bytes
6663b6c9   adorian   projet complet av...
1
2
3
4
5
6
7
8
  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!