summaryrefslogtreecommitdiffstats
path: root/tests/include/tests/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/include/tests/test.h')
-rw-r--r--tests/include/tests/test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/include/tests/test.h b/tests/include/tests/test.h
index 523f8fafe967..45b542ed9f1f 100644
--- a/tests/include/tests/test.h
+++ b/tests/include/tests/test.h
@@ -14,6 +14,9 @@
#include <setjmp.h>
#include <cmocka.h>
+/* This macro basically does nothing but suppresses linter messages */
+#define EMPTY_WRAP(...) __VA_ARGS__
+
/*
* Set symbol value and make it global.
*/