Files
wren/test/unit/test.h
T

8 lines
115 B
C
Raw Normal View History

2018-03-24 10:52:16 -07:00
// Set this to 1 to output passing tests.
#define SHOW_PASSES 0
void pass();
void fail();
int showTestResults();