view modules/pty-c++-tests @ 13165:59d210905a32

Fix link error on Solaris 8 with cc.
author Bruno Haible <bruno@clisp.org>
date Mon, 05 Apr 2010 16:14:47 +0200
parents d7eed0b7ef06
children
line wrap: on
line source

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

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-pty-c++
check_PROGRAMS += test-pty-c++
test_pty_c___SOURCES = test-pty-c++.cc
test_pty_c___LDADD = $(LDADD) $(PTY_LIB) $(LIBINTL)
endif