WONKY



LOG | FILES | OVERVIEW


make test

Tests are mainly done with asserts in the source code.
Wonky uses wonky_assert. There asserts are triggered
by lexing and parsing the .c files in the tests directory

There is an in house testing system named
the wobler. It's currently located in src/debug/wobler.

It links to a different assert function implementation
that lets it continue on with tests after an assertion
fail.

If you want to add tests you need to put them into 
the tests tld, the you must add it to the tests array
( currently in src/debug/wobler/wobler_tests.h )