summaryrefslogtreecommitdiff
path: root/modules/stdio-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-13 16:20:41 +0100
committerBruno Haible <bruno@clisp.org>2010-03-13 16:20:41 +0100
commit14051499d596955d8c5e558f78826df4d8945ed1 (patch)
treec7e161b6578b72dd7bf6e4713bd1f8eb18755d34 /modules/stdio-tests
parent4735b7faf6be8578cd8109efead5b781abd1439d (diff)
downloadgnulib-14051499d596955d8c5e558f78826df4d8945ed1.tar.gz
Test that gnulib does not break the standard C++ headers.
Diffstat (limited to 'modules/stdio-tests')
-rw-r--r--modules/stdio-tests3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/stdio-tests b/modules/stdio-tests
index 908f878ca7..327780d668 100644
--- a/modules/stdio-tests
+++ b/modules/stdio-tests
@@ -1,6 +1,7 @@
Files:
tests/test-stdio.c
tests/test-stdio-c++.cc
+tests/test-stdio-c++2.cc
tests/signature.h
Depends-on:
@@ -15,6 +16,6 @@ check_PROGRAMS += test-stdio
if ANSICXX
TESTS += test-stdio-c++
check_PROGRAMS += test-stdio-c++
-test_stdio_c___SOURCES = test-stdio-c++.cc
+test_stdio_c___SOURCES = test-stdio-c++.cc test-stdio-c++2.cc
test_stdio_c___LDADD = $(LDADD) $(LIBINTL)
endif