doc: Document <stdbit.h> function-like macros.
[gnulib.git] / modules / string-c++-tests
blobfb44ae42da99f2e4c87fb3ebc81ccee297e6546e
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) $(LIBUNISTRING) $(LIBINTL) $(LIBC32CONV) $(LIBTHREAD)
20 endif