view modules/sys_socket-c++-tests @ 13082:d7eed0b7ef06

Split C++ tests into separate tests modules.
author Bruno Haible <bruno@clisp.org>
date Sun, 28 Mar 2010 19:07:33 +0200
parents
children
line wrap: on
line source

Files:
tests/test-sys_socket-c++.cc
tests/signature.h

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-sys_socket-c++
check_PROGRAMS += test-sys_socket-c++
test_sys_socket_c___SOURCES = test-sys_socket-c++.cc
test_sys_socket_c___LDADD = $(LDADD) $(LIBINTL) $(LIBSOCKET) $(LIB_NANOSLEEP)
endif