From 8cdf1afb795cf4f2d6eb01fa6a533d9321adec59 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 21 Aug 2021 05:46:01 -0300 Subject: src/tests-lib.c: Move testing helper function and share it with other files --- src/tests-lib.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/tests-lib.h (limited to 'src/tests-lib.h') diff --git a/src/tests-lib.h b/src/tests-lib.h new file mode 100644 index 0000000..fef72ef --- /dev/null +++ b/src/tests-lib.h @@ -0,0 +1,8 @@ +#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 -- cgit v1.2.3