mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
9 lines
296 B
Plaintext
9 lines
296 B
Plaintext
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!
|