Bruno Haible
|
b2a583ead5
|
tests: Use memeq, part 1.
Done through
sed -e 's/memcmp \([(][^()]*[)]\) == 0/memeq \1/g' \
-e 's/memcmp \([(][^()]*[(][^()]*[)][^()]*[)]\) == 0/memeq \1/g'
* tests/**/*.[hc]: Use memeq instead of memcmp ... == 0.
* modules/*-tests (Dependencies): Add memeq.
|
2026-03-01 12:36:28 +01:00 |
|
Bruno Haible
|
64e78e4467
|
tests: Use streq, part 1.
Done through sed -e 's/strcmp \([(][^()]*[)]\) == 0/streq \1/'
* tests/**/*.[hc]: Use streq instead of strcmp ... == 0.
* modules/*-tests (Dependencies): Add streq.
|
2026-03-01 09:44:40 +01:00 |
|
Bruno Haible
|
7cd2749d60
|
string-buffer-reversed: Add tests.
* tests/test-string-buffer-reversed.c: New file, based on
tests/test-string-buffer.c.
* modules/string-buffer-reversed-tests: New file.
|
2025-02-05 21:58:25 +01:00 |
|