summaryrefslogtreecommitdiffstats
path: root/tests/include
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include')
-rw-r--r--tests/include/test.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/include/test.h b/tests/include/test.h
index 24fa963b4..ee7b4cf1c 100644
--- a/tests/include/test.h
+++ b/tests/include/test.h
@@ -27,4 +27,12 @@
#include <setjmp.h>
#include <cmocka.h>
+#define NON_ZERO (0xf000baaa)
+
+/*
+ * Having this as function allows to set a breakpoint on the address,
+ * as it has a named symbol associated with the address number.
+ */
+void *not_null(void);
+
#endif /* _TESTS_TEST_H */