mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
a2616cb82b
* modules/stdlib-h-c++-tests (Makefile.am): Link test-stdlib-h-c++ with $(LIBUNISTRING).
21 lines
441 B
Plaintext
21 lines
441 B
Plaintext
Files:
|
|
tests/test-stdlib-h-c++.cc
|
|
tests/test-stdlib-h-c++2.cc
|
|
tests/signature.h
|
|
|
|
Status:
|
|
c++-test
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if ANSICXX
|
|
TESTS += test-stdlib-h-c++
|
|
check_PROGRAMS += test-stdlib-h-c++
|
|
test_stdlib_h_c___SOURCES = test-stdlib-h-c++.cc test-stdlib-h-c++2.cc
|
|
test_stdlib_h_c___LDADD = $(LDADD) $(LIBUNISTRING) $(LIBINTL) $(GETLOADAVG_LIBS) $(CLOCK_TIME_LIB) $(EUIDACCESS_LIBGEN) $(GETRANDOM_LIB)
|
|
endif
|