aboutsummaryrefslogtreecommitdiff
path: root/src/unit-test.h
blob: 66e1748b4812f01e02e369127b350d2511645795 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef UNIT_TEST_H
#define UNIT_TEST_H

void test_start(const char *const name);
void testing(const char *const message);
void test_ok();

#endif