diff options
| author | jvoisin | 2023-07-11 00:03:05 +0200 |
|---|---|---|
| committer | jvoisin | 2023-07-11 00:06:07 +0200 |
| commit | 759cb4697e9bba06a5aabad9899d0700f57051da (patch) | |
| tree | f12b8b08045f5d2adaf437e2e81e26151fbe8610 /tests | |
| parent | 552cf2fc3165407cda3aa3146bd2b57c9beccb36 (diff) | |
Sort build targets in the tests' Makefile
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile | 112 |
1 files changed, 56 insertions, 56 deletions
diff --git a/tests/Makefile b/tests/Makefile index 34f3e06..855d2ac 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -1,32 +1,72 @@ | |||
| 1 | CFLAGS=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 | 1 | CFLAGS=-I../include/ -D_FORTIFY_SOURCE=3 -static -O2 |
| 2 | 2 | ||
| 3 | TARGETS= \ | 3 | TARGETS= \ |
| 4 | test_fgets \ | 4 | test_FD_CLR_SETSIZE \ |
| 5 | test_bcopy_static_write \ | 5 | test_FD_CLR_negative \ |
| 6 | test_bcopy_static_read \ | 6 | test_FD_SET_SETSIZE \ |
| 7 | test_FD_SET_negative \ | ||
| 7 | test_bcopy_dynamic_read \ | 8 | test_bcopy_dynamic_read \ |
| 8 | test_bcopy_dynamic_write \ | 9 | test_bcopy_dynamic_write \ |
| 10 | test_bcopy_static_read \ | ||
| 11 | test_bcopy_static_write \ | ||
| 9 | test_bzero_dynamic_write \ | 12 | test_bzero_dynamic_write \ |
| 10 | test_bzero_static_write \ | 13 | test_bzero_static_write \ |
| 11 | test_memcpy_static_write \ | 14 | test_confstr_dynamic \ |
| 12 | test_memcpy_dynamic_write \ | 15 | test_confstr_static \ |
| 13 | test_memcpy_static_read \ | 16 | test_fgets \ |
| 17 | test_fread_int_overflow \ | ||
| 18 | test_fread_overwrite \ | ||
| 19 | test_fwrite_int_overflow \ | ||
| 20 | test_fwrite_overwrite \ | ||
| 21 | test_getcwd_dynamic \ | ||
| 22 | test_getcwd_static \ | ||
| 23 | test_getdomainname_dynamic \ | ||
| 24 | test_getdomainname_static \ | ||
| 25 | test_getgroups_dynamic \ | ||
| 26 | test_getgroups_static \ | ||
| 27 | test_gethostname_dynamic \ | ||
| 28 | test_gethostname_static \ | ||
| 29 | test_getlogin_r_dynamic \ | ||
| 30 | test_getlogin_r_static \ | ||
| 31 | test_malloc \ | ||
| 14 | test_memcpy_dynamic_read \ | 32 | test_memcpy_dynamic_read \ |
| 33 | test_memcpy_dynamic_write \ | ||
| 15 | test_memcpy_overwrite_over \ | 34 | test_memcpy_overwrite_over \ |
| 16 | test_memcpy_overwrite_under \ | 35 | test_memcpy_overwrite_under \ |
| 17 | test_mempcpy_static_write \ | 36 | test_memcpy_static_read \ |
| 18 | test_mempcpy_dynamic_write \ | 37 | test_memcpy_static_write \ |
| 19 | test_mempcpy_static_read \ | 38 | test_memmove_dynamic_read \ |
| 20 | test_mempcpy_dynamic_read \ | ||
| 21 | test_memmove_static_write \ | ||
| 22 | test_memmove_dynamic_write \ | 39 | test_memmove_dynamic_write \ |
| 23 | test_memmove_static_read \ | 40 | test_memmove_static_read \ |
| 24 | test_memmove_dynamic_read \ | 41 | test_memmove_static_write \ |
| 25 | test_memset_static_write \ | 42 | test_mempcpy_dynamic_read \ |
| 43 | test_mempcpy_dynamic_write \ | ||
| 44 | test_mempcpy_static_read \ | ||
| 45 | test_mempcpy_static_write \ | ||
| 26 | test_memset_dynamic_write \ | 46 | test_memset_dynamic_write \ |
| 47 | test_memset_static_write \ | ||
| 48 | test_poll \ | ||
| 49 | test_ppoll \ | ||
| 50 | test_pread_dynamic \ | ||
| 51 | test_pread_static \ | ||
| 52 | test_read_dynamic \ | ||
| 53 | test_read_static \ | ||
| 54 | test_readlink_dynamic \ | ||
| 55 | test_readlink_static \ | ||
| 56 | test_recv_dynamic \ | ||
| 57 | test_recv_static \ | ||
| 58 | test_recvfrom_dynamic \ | ||
| 59 | test_recvfrom_static \ | ||
| 60 | test_send_dynamic \ | ||
| 61 | test_send_static \ | ||
| 62 | test_sendto_dynamic \ | ||
| 63 | test_sendto_static \ | ||
| 27 | test_stpcpy_overwrite_over \ | 64 | test_stpcpy_overwrite_over \ |
| 28 | test_stpcpy_overwrite_under \ | 65 | test_stpcpy_overwrite_under \ |
| 29 | test_stpcpy_static_write \ | 66 | test_stpcpy_static_write \ |
| 67 | test_stpncpy_overwrite_over \ | ||
| 68 | test_stpncpy_overwrite_under \ | ||
| 69 | test_stpncpy_static_write \ | ||
| 30 | test_strcat_static_write \ | 70 | test_strcat_static_write \ |
| 31 | test_strcpy_overwrite_over \ | 71 | test_strcpy_overwrite_over \ |
| 32 | test_strcpy_overwrite_under \ | 72 | test_strcpy_overwrite_under \ |
| @@ -35,52 +75,12 @@ TARGETS= \ | |||
| 35 | test_strncpy_overwrite_over \ | 75 | test_strncpy_overwrite_over \ |
| 36 | test_strncpy_overwrite_under \ | 76 | test_strncpy_overwrite_under \ |
| 37 | test_strncpy_static_write \ | 77 | test_strncpy_static_write \ |
| 38 | test_stpncpy_overwrite_over \ | ||
| 39 | test_stpncpy_overwrite_under \ | ||
| 40 | test_stpncpy_static_write \ | ||
| 41 | test_confstr_dynamic \ | ||
| 42 | test_confstr_static \ | ||
| 43 | test_getcwd_static \ | ||
| 44 | test_getcwd_dynamic \ | ||
| 45 | test_poll \ | ||
| 46 | test_ppoll \ | ||
| 47 | test_getdomainname_static \ | ||
| 48 | test_getdomainname_dynamic \ | ||
| 49 | test_getgroups_static \ | ||
| 50 | test_getgroups_dynamic \ | ||
| 51 | test_gethostname_static \ | ||
| 52 | test_gethostname_dynamic \ | ||
| 53 | test_getlogin_r_static \ | ||
| 54 | test_getlogin_r_dynamic \ | ||
| 55 | test_pread_static \ | ||
| 56 | test_pread_dynamic \ | ||
| 57 | test_read_static \ | ||
| 58 | test_read_dynamic \ | ||
| 59 | test_readlink_static \ | ||
| 60 | test_readlink_dynamic \ | ||
| 61 | test_ttyname_r_static \ | ||
| 62 | test_ttyname_r_dynamic \ | 78 | test_ttyname_r_dynamic \ |
| 63 | test_write_static \ | 79 | test_ttyname_r_static \ |
| 64 | test_write_dynamic \ | ||
| 65 | test_fread_int_overflow \ | ||
| 66 | test_fread_overwrite \ | ||
| 67 | test_fwrite_int_overflow \ | ||
| 68 | test_fwrite_overwrite \ | ||
| 69 | test_vsnprintf \ | 80 | test_vsnprintf \ |
| 70 | test_vsprintf \ | 81 | test_vsprintf \ |
| 71 | test_malloc \ | 82 | test_write_dynamic \ |
| 72 | test_recv_static \ | 83 | test_write_static \ |
| 73 | test_recv_dynamic \ | ||
| 74 | test_recvfrom_static \ | ||
| 75 | test_recvfrom_dynamic \ | ||
| 76 | test_send_static \ | ||
| 77 | test_send_dynamic \ | ||
| 78 | test_sendto_static \ | ||
| 79 | test_sendto_dynamic \ | ||
| 80 | test_FD_CLR_negative \ | ||
| 81 | test_FD_CLR_SETSIZE \ | ||
| 82 | test_FD_SET_negative \ | ||
| 83 | test_FD_SET_SETSIZE \ | ||
| 84 | 84 | ||
| 85 | .SILENT: | 85 | .SILENT: |
| 86 | 86 | ||
