1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-06-15 15:25:49 +00:00
Files
gnulib/modules/c-vaszprintf-gnu-tests
Bruno Haible 64e78e4467 tests: Use streq, part 1.
Done through sed -e 's/strcmp \([(][^()]*[)]\) == 0/streq \1/'

* tests/**/*.[hc]: Use streq instead of strcmp ... == 0.
* modules/*-tests (Dependencies): Add streq.
2026-03-01 09:44:40 +01:00

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)