mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/ctype-h: Renamed from modules/ctype. * modules/ctype-h-tests: Renamed from modules/ctype-tests. * modules/ctype-h-c++-tests: Renamed from modules/ctype-c++-tests. * tests/test-ctype-h.c: Renamed from tests/test-ctype.c. * tests/test-ctype-h-c++.cc: Renamed from tests/test-ctype-c++.cc. * tests/test-ctype-h-c++2.cc: Renamed from tests/test-ctype-c++2.cc. * doc/posix-headers/ctype.texi: Update. * modules/* (Depends-on): Update. * modules/ctype: New file.
15 lines
201 B
Plaintext
15 lines
201 B
Plaintext
Files:
|
|
tests/test-c-ctype.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
ctype-h
|
|
isblank
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-c-ctype
|
|
check_PROGRAMS += test-c-ctype
|
|
test_c_ctype_LDADD = $(LDADD) $(SETLOCALE_LIB)
|