1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/poll-h-c++-tests
Bruno Haible 996ce97a8f poll: Avoid link errors on MSVC.
* m4/poll.m4 (gl_FUNC_POLL): Determine LIB_POLL.
* modules/poll (Depends-on): Add sockets.
(Link): New section.
* NEWS: Mention the change.
* modules/poll-tests (Makefile.am): Link test-poll against $(LIB_POLL).
* modules/poll-h-c++-tests (Makefile.am): Link test-poll-h-c++ against
$(LIB_POLL) instead of $(LIBSOCKET).
2011-10-04 03:33:21 +02:00

20 lines
289 B
Plaintext

Files:
tests/test-poll-h-c++.cc
tests/signature.h
Status:
c++-test
Depends-on:
ansi-c++-opt
configure.ac:
Makefile.am:
if ANSICXX
TESTS += test-poll-h-c++
check_PROGRAMS += test-poll-h-c++
test_poll_h_c___SOURCES = test-poll-h-c++.cc
test_poll_h_c___LDADD = $(LDADD) $(LIB_POLL)
endif