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.
20 lines
339 B
Plaintext
20 lines
339 B
Plaintext
Files:
|
|
tests/test-c-vasnprintf.c
|
|
tests/test-c-vasnprintf.sh
|
|
tests/macros.h
|
|
m4/locale-fr.m4
|
|
m4/codeset.m4
|
|
|
|
Depends-on:
|
|
setlocale
|
|
streq
|
|
|
|
configure.ac:
|
|
gt_LOCALE_FR
|
|
|
|
Makefile.am:
|
|
TESTS += test-c-vasnprintf.sh
|
|
TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@'
|
|
check_PROGRAMS += test-c-vasnprintf
|
|
test_c_vasnprintf_LDADD = $(LDADD) $(SETLOCALE_LIB)
|