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.
21 lines
387 B
Plaintext
21 lines
387 B
Plaintext
Files:
|
|
tests/test-c-vaszprintf-gnu.c
|
|
tests/test-vaszprintf-gnu.h
|
|
tests/test-c-vaszprintf-gnu.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-vaszprintf-gnu.sh
|
|
TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@'
|
|
check_PROGRAMS += test-c-vaszprintf-gnu
|
|
test_c_vaszprintf_gnu_LDADD = $(LDADD) $(SETLOCALE_LIB)
|