summaryrefslogtreecommitdiff
path: root/tests/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common.h')
-rw-r--r--tests/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common.h b/tests/common.h
index 3c116a2..4c34862 100644
--- a/tests/common.h
+++ b/tests/common.h
@@ -47,6 +47,7 @@ set_fortify_handler (void)
47 sigemptyset (&sa.sa_mask); 47 sigemptyset (&sa.sa_mask);
48 48
49 sigaction (SIGILL, &sa, NULL); 49 sigaction (SIGILL, &sa, NULL);
50 sigaction (SIGTRAP, &sa, NULL);
50} 51}
51 52
52#define FAIL() \ 53#define FAIL() \