view modules/stdio-c++-tests @ 39946:d7d58557ca8b

Mention changed minimum requirements for Automake and Autoconf. * NEWS: Mention the new minimum requirements.
author Bruno Haible <bruno@clisp.org>
date Tue, 23 Oct 2018 01:08:10 +0200
parents 1cdd9ed93c4e
children
line wrap: on
line source

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

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-stdio-c++
check_PROGRAMS += test-stdio-c++
test_stdio_c___SOURCES = test-stdio-c++.cc test-stdio-c++2.cc
test_stdio_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_NANOSLEEP) $(LIB_EACCESS)
endif