warnings: fix compilation with old autoconf
[gnulib/ericb.git] / modules / strings-c++-tests
blob485b701a441eda3e0eb8f5698630d128d272fc9a
1 Files:
2 tests/test-strings-c++.cc
3 tests/signature.h
5 Status:
6 c++-test
8 Depends-on:
9 ansi-c++-opt
11 configure.ac:
13 Makefile.am:
14 if ANSICXX
15 TESTS += test-strings-c++
16 check_PROGRAMS += test-strings-c++
17 test_strings_c___SOURCES = test-strings-c++.cc
18 endif