#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