From cfcfc5455f9916439265eb31b6f20f4beef31c64 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 30 Jul 2021 20:17:11 -0300 Subject: src/: Add initial working version of generating the index, without translated strings still --- src/unit-test.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/unit-test.h (limited to 'src/unit-test.h') diff --git a/src/unit-test.h b/src/unit-test.h new file mode 100644 index 0000000..66e1748 --- /dev/null +++ b/src/unit-test.h @@ -0,0 +1,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 -- cgit v1.2.3