summaryrefslogtreecommitdiff
path: root/src/testing.h
blob: 9a1bb2eaa0179e0976edd524f860fef9687b1d46 (plain) (blame)
1
2
3
4
5
6
7
8
void
test_start(const char *const name);

void
testing(const char *const message);

void
test_ok(void);