mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* tests/test-strcasecmp-1.sh: New file. * tests/test-strcasecmp-2.sh: New file. * tests/test-strcasecmp.c: New file. * modules/strcasecmp-tests: New file.
22 lines
397 B
Plaintext
22 lines
397 B
Plaintext
Files:
|
|
tests/test-strcasecmp-1.sh
|
|
tests/test-strcasecmp-2.sh
|
|
tests/test-strcasecmp.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-strcasecmp-1.sh test-strcasecmp-2.sh
|
|
TESTS_ENVIRONMENT += \
|
|
LOCALE_FR='@LOCALE_FR@'
|
|
check_PROGRAMS += test-strcasecmp
|
|
test_strcasecmp_LDADD = $(LDADD) $(SETLOCALE_LIB)
|