doc: Mention module execinfo.
[gnulib.git] / modules / pthread-h-c++-tests
blobf69f4e170d7b53e52ef47009af8f9e00cd227634
1 Files:
2 tests/test-pthread-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-pthread-c++
16 check_PROGRAMS += test-pthread-c++
17 test_pthread_c___SOURCES = test-pthread-c++.cc
18 test_pthread_c___LDADD = $(LDADD) $(LIBPMULTITHREAD)
19 endif