aboutsummaryrefslogtreecommitdiffstats
path: root/tests/include
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include')
-rw-r--r--tests/include/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/include/test.h b/tests/include/test.h
index ee7b4cf1..bf8c4f7b 100644
--- a/tests/include/test.h
+++ b/tests/include/test.h
@@ -35,4 +35,6 @@
*/
void *not_null(void);
+#define LOG_ME printf("%s is called\n", __func__)
+
#endif /* _TESTS_TEST_H */