mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/fcntl-h-c++-tests (test_fcntl_h_c___LDADD): Add $(LIB_EACCESS). * modules/stdio-c++-tests (test_stdio_c___LDADD): Likewise. * modules/stdlib-c++-tests (test_stdlib_c___LDADD): Likewise. * modules/sys_ioctl-c++-tests (test_sys_ioctl_c___LDADD): Likewise. * modules/wchar-c++-tests (test_wchar_c___LDADD): Likewise. * modules/wctype-c++-tests (test_wctype_c___LDADD): Likewise.
20 lines
343 B
Plaintext
20 lines
343 B
Plaintext
Files:
|
|
tests/test-fcntl-h-c++.cc
|
|
tests/signature.h
|
|
|
|
Status:
|
|
c++-test
|
|
|
|
Depends-on:
|
|
ansi-c++-opt
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
if ANSICXX
|
|
TESTS += test-fcntl-h-c++
|
|
check_PROGRAMS += test-fcntl-h-c++
|
|
test_fcntl_h_c___SOURCES = test-fcntl-h-c++.cc
|
|
test_fcntl_h_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_CLOCK_GETTIME) $(LIB_EACCESS) $(LIBSOCKET)
|
|
endif
|