diff options
| author | Sertonix | 2025-10-11 18:25:20 +0200 |
|---|---|---|
| committer | Julien Voisin | 2025-10-12 14:47:11 +0200 |
| commit | 41d3081c4ac0a79a4ad292957ead84f8477eaa55 (patch) | |
| tree | e1c2c2e51beb8009c61789bd6239e083e8288805 /tests/Makefile | |
| parent | 2e22fe52b441308c274cfec4436204a9e5f70db7 (diff) | |
Add `swab`
Make the overlap check pedantic only since some software seems to rely
on glibc working when src and dest are the same.
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index e9e52dc..b4ea242 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -126,6 +126,10 @@ RUNTIME_TARGETS= \ | |||
| 126 | test_strncpy_static_write \ | 126 | test_strncpy_static_write \ |
| 127 | test_strrchr_dynamic_read \ | 127 | test_strrchr_dynamic_read \ |
| 128 | test_strrchr_static_read \ | 128 | test_strrchr_static_read \ |
| 129 | test_swab_dynamic_read \ | ||
| 130 | test_swab_dynamic_write \ | ||
| 131 | test_swab_overwrite_over \ | ||
| 132 | test_swab_static_read \ | ||
| 129 | test_ttyname_r_dynamic \ | 133 | test_ttyname_r_dynamic \ |
| 130 | test_ttyname_r_static \ | 134 | test_ttyname_r_static \ |
| 131 | test_umask \ | 135 | test_umask \ |
