summaryrefslogtreecommitdiff
path: root/modules/stdio-tests
diff options
context:
space:
mode:
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