ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / inttypes-c++-tests
blobb28189f4196f68000d1a255de748f95d910fd82e
1 Files:
2 tests/test-inttypes-c++.cc
3 tests/test-inttypes-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-inttypes-c++
17 check_PROGRAMS += test-inttypes-c++
18 test_inttypes_c___SOURCES = test-inttypes-c++.cc test-inttypes-c++2.cc
19 endif