summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/common.h b/tests/common.h
index 9567653..ffe113a 100644
--- a/tests/common.h
+++ b/tests/common.h
@@ -23,6 +23,10 @@
23#include <signal.h> 23#include <signal.h>
24#include <stdio.h> 24#include <stdio.h>
25 25
26#ifndef _FORTIFY_HEADERS_H
27#error Never included fortify-headers.h
28#endif
29
26volatile int chk_fail_ok; 30volatile int chk_fail_ok;
27volatile int ret; 31volatile int ret;
28jmp_buf chk_fail_buf; 32jmp_buf chk_fail_buf;