diff options
Diffstat (limited to 'tests/include')
-rw-r--r-- | tests/include/test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/include/test.h b/tests/include/test.h index ee7b4cf1c..bf8c4f7bd 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 */ |