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