summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-07-11 00:14:13 +0200
committerjvoisin2023-07-11 00:18:32 +0200
commit8b6129312db7b2405f883c4080b835c69a855627 (patch)
tree3fae0f94c33537db91c4c8488e78f467371f12b0 /tests/Makefile
parent759cb4697e9bba06a5aabad9899d0700f57051da (diff)
Add more dynamic tests
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile18
1 files changed, 12 insertions, 6 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 855d2ac..b6183ce 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -13,11 +13,14 @@ TARGETS= \
13 test_bzero_static_write \ 13 test_bzero_static_write \
14 test_confstr_dynamic \ 14 test_confstr_dynamic \
15 test_confstr_static \ 15 test_confstr_static \
16 test_fgets \ 16 test_fgets_dynamic \
17 test_fgets_static \
17 test_fread_int_overflow \ 18 test_fread_int_overflow \
18 test_fread_overwrite \ 19 test_fread_overwrite_dynamic \
20 test_fread_overwrite_static \
19 test_fwrite_int_overflow \ 21 test_fwrite_int_overflow \
20 test_fwrite_overwrite \ 22 test_fwrite_overwrite_dynamic \
23 test_fwrite_overwrite_static \
21 test_getcwd_dynamic \ 24 test_getcwd_dynamic \
22 test_getcwd_static \ 25 test_getcwd_static \
23 test_getdomainname_dynamic \ 26 test_getdomainname_dynamic \
@@ -45,8 +48,10 @@ TARGETS= \
45 test_mempcpy_static_write \ 48 test_mempcpy_static_write \
46 test_memset_dynamic_write \ 49 test_memset_dynamic_write \
47 test_memset_static_write \ 50 test_memset_static_write \
48 test_poll \ 51 test_poll_dynamic \
49 test_ppoll \ 52 test_poll_static \
53 test_ppoll_dynamic \
54 test_ppoll_static \
50 test_pread_dynamic \ 55 test_pread_dynamic \
51 test_pread_static \ 56 test_pread_static \
52 test_read_dynamic \ 57 test_read_dynamic \
@@ -77,7 +82,8 @@ TARGETS= \
77 test_strncpy_static_write \ 82 test_strncpy_static_write \
78 test_ttyname_r_dynamic \ 83 test_ttyname_r_dynamic \
79 test_ttyname_r_static \ 84 test_ttyname_r_static \
80 test_vsnprintf \ 85 test_vsnprintf_dynamic \
86 test_vsnprintf_static \
81 test_vsprintf \ 87 test_vsprintf \
82 test_write_dynamic \ 88 test_write_dynamic \
83 test_write_static \ 89 test_write_static \