From 2b467659d30db14df17c7b50438c46788ab0d341 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 2 Nov 2019 02:28:06 +0100 Subject: Added no crash, uint, hex low and hex up pft tests --- header.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'header.h') 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); \ -- cgit