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

void
testing(const char *const message);

void
test_ok(void);

void
test_set_stream(FILE *new_stream);