mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 07:03:33 +00:00
Done through sed -e 's/strcmp \([(][^()]*[)]\) == 0/streq \1/' * tests/**/*.[hc]: Use streq instead of strcmp ... == 0. * modules/*-tests (Dependencies): Add streq.
16 lines
348 B
Plaintext
16 lines
348 B
Plaintext
Files:
|
|
tests/unistdio/test-ulc-vasprintf1.c
|
|
tests/unistdio/test-ulc-printf1.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
streq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-ulc-vasprintf1
|
|
check_PROGRAMS += test-ulc-vasprintf1
|
|
test_ulc_vasprintf1_SOURCES = unistdio/test-ulc-vasprintf1.c
|
|
test_ulc_vasprintf1_LDADD = $(LDADD) $(LIBUNISTRING) @LIBICONV@ $(MBRTOWC_LIB)
|