mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* tests/test-iswpunct.c: New file, based on tests/test-iswdigit.c and tests/test-c32ispunct.c. * tests/test-iswpunct.sh: New file, based on tests/test-iswdigit.sh. * modules/iswpunct-tests: New file.
17 lines
266 B
Plaintext
17 lines
266 B
Plaintext
Files:
|
|
tests/test-iswpunct.sh
|
|
tests/test-iswpunct.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
mbrtowc
|
|
setlocale
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-iswpunct.sh
|
|
check_PROGRAMS += test-iswpunct
|
|
test_iswpunct_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB)
|