mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
64e78e4467
Done through sed -e 's/strcmp \([(][^()]*[)]\) == 0/streq \1/' * tests/**/*.[hc]: Use streq instead of strcmp ... == 0. * modules/*-tests (Dependencies): Add streq.
15 lines
205 B
Plaintext
15 lines
205 B
Plaintext
Files:
|
|
tests/test-vsprintf-gnu.c
|
|
tests/test-sprintf-gnu.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
vsprintf-posix-tests
|
|
streq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-vsprintf-gnu
|
|
check_PROGRAMS += test-vsprintf-gnu
|