aboutsummaryrefslogtreecommitdiff
path: root/header.h
diff options
context:
space:
mode:
Diffstat (limited to 'header.h')
-rw-r--r--header.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/header.h b/header.h
index e002077..8a968db 100644
--- a/header.h
+++ b/header.h
@@ -31,6 +31,17 @@ void test_setup(void);
void test_tear_down(void);
char *read_stdout_buf(void);
+void test_pft_nacked(void);
+void test_pft_percent(void);
+void test_pft_string(void);
+void test_pft_int_i(void);
+void test_pft_int_d(void);
+void test_ptf_uint(void);
+void test_ptf_hex_low(void);
+void test_ptf_hex_up(void);
+void test_pft_ptr(void);
+void test_pft_char(void);
+
# define TEST_SEGFAULT(x) do { \
if ((pid = fork()) < 0) \
exit(EXIT_FAILURE); \