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-vasnprintf-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

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)