aboutsummaryrefslogtreecommitdiff
path: root/src/tests-lib.h
blob: 1ceab27535a20a8ef3475cec6ab18f1a3f560fb9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef GISTATIC_TESTS_LIB_H
#define GISTATIC_TESTS_LIB_H

void
test_start(const char *const name);

void
testing(const char *const message);

void
test_ok(void);

#endif