summaryrefslogtreecommitdiff
path: root/modules/pthread-h-c++-tests
blob: f69f4e170d7b53e52ef47009af8f9e00cd227634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Files:
tests/test-pthread-c++.cc
tests/signature.h

Status:
c++-test

Depends-on:
ansi-c++-opt

configure.ac:

Makefile.am:
if ANSICXX
TESTS += test-pthread-c++
check_PROGRAMS += test-pthread-c++
test_pthread_c___SOURCES = test-pthread-c++.cc
test_pthread_c___LDADD = $(LDADD) $(LIBPMULTITHREAD)
endif