mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 15:13:36 +00:00
21 lines
356 B
Plaintext
21 lines
356 B
Plaintext
Files:
|
|
tests/test-wctype.c
|
|
tests/test-wctype-c++.cc
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-wctype
|
|
check_PROGRAMS += test-wctype
|
|
if ANSICXX
|
|
TESTS += test-wctype-c++
|
|
check_PROGRAMS += test-wctype-c++
|
|
test_wctype_c___SOURCES = test-wctype-c++.cc
|
|
test_wctype_c___LDADD = $(LDADD) $(LIBINTL)
|
|
endif
|