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-snprintf-tests
Bruno Haible 1def33e0d8 tests: Use streq, part 3.
* tests/**/*.[hc]: Use streq instead of strcmp.
* modules/*-tests (Dependencies): Add streq.
2026-03-01 10:41:24 +01:00

21 lines
338 B
Plaintext

Files:
tests/test-c-snprintf.c
tests/test-c-snprintf.sh
m4/locale-fr.m4
m4/codeset.m4
tests/macros.h
Depends-on:
setlocale
snprintf
streq
configure.ac:
gt_LOCALE_FR
Makefile.am:
TESTS += test-c-snprintf.sh
TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@'
check_PROGRAMS += test-c-snprintf
test_c_snprintf_LDADD = $(LDADD) $(SETLOCALE_LIB)