aboutsummaryrefslogtreecommitdiffstats
path: root/unpack_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'unpack_test.c')
-rw-r--r--unpack_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unpack_test.c b/unpack_test.c
index f89cd62..d6e5a5e 100644
--- a/unpack_test.c
+++ b/unpack_test.c
@@ -16,7 +16,7 @@ struct test {
char *desc;
};
-#define TEST(name) bool test_##name(void)
+#define TEST(name) static bool test_##name(void)
#define TEST_ENTRY(name, description) { test_##name, description }
#define TEST_ENTRY_END { NULL, NULL }
#define DATA(...) (unsigned char []){ __VA_ARGS__ }, sizeof (unsigned char []){ __VA_ARGS__ }