Hash :
504b406d
Author :
Date :
2023-10-03T10:51:06
string-c++-tests, uchar-c++-tests: Fix link errors on Mac OS X. * modules/string-c++-tests (Makefile.am): Link test-string-c++ with $(LIBC32CONV). * modules/uchar-c++-tests (Makefile.am): Link test-uchar-c++ with $(LIBC32CONV).
Files:
tests/test-string-c++.cc
tests/test-string-c++2.cc
tests/signature.h
Status:
c++-test
Depends-on:
ansi-c++-opt
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-string-c++
check_PROGRAMS += test-string-c++
test_string_c___SOURCES = test-string-c++.cc test-string-c++2.cc
test_string_c___LDADD = $(LDADD) $(LIBUNISTRING) $(LIBINTL) $(LIBC32CONV) $(LIBTHREAD)
endif