Fix Changelog typo.
[gnulib.git] / modules / stdio-c++-tests
blobf13f22b8da700a31e040cda6dab8542c37ca06b7
1 Files:
2 tests/test-stdio-c++.cc
3 tests/test-stdio-c++2.cc
4 tests/signature.h
6 Status:
7 c++-test
9 Depends-on:
10 ansi-c++-opt
12 configure.ac:
14 Makefile.am:
15 if ANSICXX
16 TESTS += test-stdio-c++
17 check_PROGRAMS += test-stdio-c++
18 test_stdio_c___SOURCES = test-stdio-c++.cc test-stdio-c++2.cc
19 test_stdio_c___LDADD = $(LDADD) $(LIBINTL) $(NANOSLEEP_LIB) $(EUIDACCESS_LIBGEN) $(GETRANDOM_LIB)
20 endif