summaryrefslogtreecommitdiff
path: root/modules/langinfo-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-03-08 02:33:38 +0100
committerBruno Haible <bruno@clisp.org>2010-03-08 03:11:17 +0100
commitcf68500d835a8503e2806cfc2ac3188e92dbe9c5 (patch)
tree4d5e7f93f2d5b553c24c5ba54a0ce545bd456fea /modules/langinfo-tests
parentf62222b93a31806b29285fc66631a7f92c1f3fda (diff)
downloadgnulib-cf68500d835a8503e2806cfc2ac3188e92dbe9c5.tar.gz
Tests of module 'langinfo' in C++ mode.
Diffstat (limited to 'modules/langinfo-tests')
-rw-r--r--modules/langinfo-tests8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/langinfo-tests b/modules/langinfo-tests
index 3475e1181e..54270bd9d6 100644
--- a/modules/langinfo-tests
+++ b/modules/langinfo-tests
@@ -1,10 +1,18 @@
Files:
tests/test-langinfo.c
+tests/test-langinfo-c++.cc
+tests/signature.h
Depends-on:
+ansi-c++-opt
configure.ac:
Makefile.am:
TESTS += test-langinfo
check_PROGRAMS += test-langinfo
+if ANSICXX
+TESTS += test-langinfo-c++
+check_PROGRAMS += test-langinfo-c++
+test_langinfo_c___SOURCES = test-langinfo-c++.cc
+endif