From 9f554a72b01705ebf6be66143c5e69b09b3c1372 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 28 Jan 2022 07:33:30 -0300 Subject: Init project: copy files and skeletons from others --- src/testing.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/testing.h (limited to 'src/testing.h') diff --git a/src/testing.h b/src/testing.h new file mode 100644 index 0000000..9a1bb2e --- /dev/null +++ b/src/testing.h @@ -0,0 +1,8 @@ +void +test_start(const char *const name); + +void +testing(const char *const message); + +void +test_ok(void); -- cgit v1.2.3