summaryrefslogtreecommitdiff
path: root/src/testing.h
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-01-28 07:33:30 -0300
committerEuAndreh <eu@euandre.org>2024-01-01 12:35:01 -0300
commit9f554a72b01705ebf6be66143c5e69b09b3c1372 (patch)
treefadf04038b2d5df32fd4b5bc93ba291269c322a0 /src/testing.h
downloadpindaiba-9f554a72b01705ebf6be66143c5e69b09b3c1372.tar.gz
pindaiba-9f554a72b01705ebf6be66143c5e69b09b3c1372.tar.xz
Init project: copy files and skeletons from others
Diffstat (limited to 'src/testing.h')
-rw-r--r--src/testing.h8
1 files changed, 8 insertions, 0 deletions
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);