aboutsummaryrefslogtreecommitdiff
path: root/tests/helpers.h
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2024-01-07 12:35:56 +0200
committerSyndamia <kamen@syndamia.com>2024-01-07 12:35:56 +0200
commit43de4b0bfa52a7b3bf6b92df344bd76a97200e18 (patch)
treea1afbc56e524b7a87c9091e6fd0a01f4c5641472 /tests/helpers.h
parentf5adcdd552f743d372a62a4c30184c4c8cd98cfd (diff)
downloadpico-web-43de4b0bfa52a7b3bf6b92df344bd76a97200e18.tar
pico-web-43de4b0bfa52a7b3bf6b92df344bd76a97200e18.tar.gz
pico-web-43de4b0bfa52a7b3bf6b92df344bd76a97200e18.zip
(tests) Setup mocking, everything is now ready for tests
Diffstat (limited to 'tests/helpers.h')
-rw-r--r--tests/helpers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/helpers.h b/tests/helpers.h
new file mode 100644
index 0000000..e22f67c
--- /dev/null
+++ b/tests/helpers.h
@@ -0,0 +1,5 @@
+#ifndef TEST_HELPERS
+#define TEST_HELPERS
+
+
+#endif