xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / string-c++-tests
blob2f7e23ca9d1a8e56ce8101620c119b9498a9f18a
1 Files:
2 tests/test-string-c++.cc
3 tests/test-string-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-string-c++
17 check_PROGRAMS += test-string-c++
18 test_string_c___SOURCES = test-string-c++.cc test-string-c++2.cc
19 test_string_c___LDADD = $(LDADD) $(LIBINTL)
20 endif