aboutsummaryrefslogtreecommitdiff
path: root/header.h
diff options
context:
space:
mode:
Diffstat (limited to 'header.h')
-rw-r--r--header.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/header.h b/header.h
index 91cbf09..f6fd868 100644
--- a/header.h
+++ b/header.h
@@ -29,6 +29,7 @@ void test_setup(void);
void test_tear_down(void);
char *read_stdout_buf(void);
+
# define TEST_SEGFAULT(x) do { \
if ((pid = fork()) < 0) \
exit(EXIT_FAILURE); \