mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
15da9e79fb
* 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)
|