weltyc / ntest

NTest othello program
27 stars 12 forks source link

Tests are not always run #9

Closed weltyc closed 10 years ago

weltyc commented 10 years ago

Some tests are run with the TEST macro, others with assertXxx. The TEST macro turns into assert() and is therefore only run in debug mode.

Convert all tests to use assertXxx except for those which severely impact ntest's startup time.

weltyc commented 10 years ago

This is fixed in f2eb9e7d63f6460028b889cf83c0511663c999b2