1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/strncasecmp-tests
Bruno Haible 0a9ad49feb strncasecmp: Add tests.
* tests/test-strncasecmp-1.sh: New file.
* tests/test-strncasecmp-2.sh: New file.
* tests/test-strncasecmp.c: New file.
* modules/strncasecmp-tests: New file.
2025-02-16 18:24:16 +01:00

22 lines
404 B
Plaintext

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