1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/glob-h-c++-tests
Bruno Haible b3bf1cf971 fnmatch-h, glob-h tests: Fix link errors (regression 2023-07-24).
* 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).
2023-07-27 22:24:50 +02:00

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