summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 9bedd16..1334efd 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -17,6 +17,7 @@ RUNTIME_TARGETS= \
17 test_bzero_static_write \ 17 test_bzero_static_write \
18 test_compile \ 18 test_compile \
19 test_confstr_dynamic \ 19 test_confstr_dynamic \
20 test_confstr_static \
20 test_fgets_dynamic \ 21 test_fgets_dynamic \
21 test_fgets_static \ 22 test_fgets_static \
22 test_fgetws_dynamic \ 23 test_fgetws_dynamic \
@@ -39,7 +40,9 @@ RUNTIME_TARGETS= \
39 test_getlogin_r_static \ 40 test_getlogin_r_static \
40 test_memcpy_dynamic_read \ 41 test_memcpy_dynamic_read \
41 test_memcpy_dynamic_write \ 42 test_memcpy_dynamic_write \
43 test_memcpy_overlap \
42 test_memcpy_static_read \ 44 test_memcpy_static_read \
45 test_memcpy_static_write \
43 test_memmove_dynamic_read \ 46 test_memmove_dynamic_read \
44 test_memmove_dynamic_write \ 47 test_memmove_dynamic_write \
45 test_memmove_static_read \ 48 test_memmove_static_read \
@@ -52,14 +55,22 @@ RUNTIME_TARGETS= \
52 test_memset_static_write \ 55 test_memset_static_write \
53 test_mbsnrtowcs_dynamic \ 56 test_mbsnrtowcs_dynamic \
54 test_mbsnrtowcs_static \ 57 test_mbsnrtowcs_static \
58 test_mbsrtowcs_dynamic \
59 test_mbsrtowcs_static \
60 test_mbstowcs_dynamic \
61 test_mbstowcs_static \
55 test_poll_dynamic \ 62 test_poll_dynamic \
56 test_poll_static \ 63 test_poll_static \
57 test_ppoll_dynamic \ 64 test_ppoll_dynamic \
58 test_ppoll_static \ 65 test_ppoll_static \
66 test_pread_dynamic \
67 test_pread_static \
59 test_read_dynamic \ 68 test_read_dynamic \
60 test_read_static \ 69 test_read_static \
61 test_readlink_dynamic \ 70 test_readlink_dynamic \
62 test_readlink_static \ 71 test_readlink_static \
72 test_readlinkat_dynamic \
73 test_readlinkat_static \
63 test_realpath_null \ 74 test_realpath_null \
64 test_realpath \ 75 test_realpath \
65 test_recv_dynamic \ 76 test_recv_dynamic \
@@ -70,12 +81,15 @@ RUNTIME_TARGETS= \
70 test_send_static \ 81 test_send_static \
71 test_sendto_dynamic \ 82 test_sendto_dynamic \
72 test_sendto_static \ 83 test_sendto_static \
84 test_snprintf_dynamic \
85 test_snprintf_static \
73 test_sprintf \ 86 test_sprintf \
74 test_sprintf_62 \ 87 test_sprintf_62 \
75 test_stpcpy_dynamic_write \ 88 test_stpcpy_dynamic_write \
76 test_stpcpy_static_write \ 89 test_stpcpy_static_write \
77 test_stpncpy_dynamic_write \ 90 test_stpncpy_dynamic_write \
78 test_stpncpy_static_write \ 91 test_stpncpy_static_write \
92 test_strcat_dynamic_write \
79 test_strcat_static_write \ 93 test_strcat_static_write \
80 test_strcpy_dynamic_write \ 94 test_strcpy_dynamic_write \
81 test_strcpy_static_write \ 95 test_strcpy_static_write \
@@ -96,6 +110,7 @@ RUNTIME_TARGETS= \
96 test_swab_dynamic_write \ 110 test_swab_dynamic_write \
97 test_swab_negative \ 111 test_swab_negative \
98 test_swab_static_read \ 112 test_swab_static_read \
113 test_swab_static_write \
99 test_ttyname_r_dynamic \ 114 test_ttyname_r_dynamic \
100 test_ttyname_r_static \ 115 test_ttyname_r_static \
101 test_vsnprintf_dynamic \ 116 test_vsnprintf_dynamic \
@@ -104,15 +119,23 @@ RUNTIME_TARGETS= \
104 test_wcrtomb \ 119 test_wcrtomb \
105 test_wcsnrtombs_dynamic \ 120 test_wcsnrtombs_dynamic \
106 test_wcsnrtombs_static \ 121 test_wcsnrtombs_static \
122 test_wcscat_dynamic_write \
107 test_wcscat_static_write \ 123 test_wcscat_static_write \
124 test_wcscpy_dynamic_write \
108 test_wcscpy_static_write \ 125 test_wcscpy_static_write \
126 test_wcsncat_dynamic_write \
109 test_wcsncat_n_eq_buf \ 127 test_wcsncat_n_eq_buf \
110 test_wcsncat_n_gt_buf \ 128 test_wcsncat_n_gt_buf \
111 test_wcsncat_n_lt_buf \ 129 test_wcsncat_n_lt_buf \
112 test_wcsncat_n_one \ 130 test_wcsncat_n_one \
113 test_wcsncat_safe \ 131 test_wcsncat_safe \
114 test_wcsncat_static_write \ 132 test_wcsncat_static_write \
133 test_wcsncpy_dynamic_write \
115 test_wcsncpy_static_write \ 134 test_wcsncpy_static_write \
135 test_wcsrtombs_dynamic \
136 test_wcsrtombs_static \
137 test_wcstombs_dynamic \
138 test_wcstombs_static \
116 test_wmemcpy_dynamic_read \ 139 test_wmemcpy_dynamic_read \
117 test_wmemcpy_dynamic_write \ 140 test_wmemcpy_dynamic_write \
118 test_wmemcpy_static_read \ 141 test_wmemcpy_static_read \