mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/fnmatch-h-c++-tests (Makefile.am): Link test-fnmatch-h-c++ with $(LIBUNISTRING). * modules/glob-h-c++-tests (Makefile.am): Link test-glob-h-c++ with $(LIBUNISTRING).
20 lines
337 B
Plaintext
20 lines
337 B
Plaintext
Files:
|
|
tests/test-glob-h-c++.cc
|
|
tests/signature.h
|
|
|
|
Status:
|
|
c++-test
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if ANSICXX
|
|
TESTS += test-glob-h-c++
|
|
check_PROGRAMS += test-glob-h-c++
|
|
test_glob_h_c___SOURCES = test-glob-h-c++.cc
|
|
test_glob_h_c___LDADD = $(LDADD) $(LIBUNISTRING) $(LIBINTL) $(CLOCK_TIME_LIB) $(MBRTOWC_LIB)
|
|
endif
|