summaryrefslogtreecommitdiff
path: root/modules/pthread-once-tests
blob: fc89cbcfcfb436325173d6ac3554d3cc443f9f69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Files:
tests/test-pthread-once1.c
tests/test-pthread-once2.c
tests/macros.h

Depends-on:
pthread-thread
pthread-mutex
sched_yield

configure.ac:

Makefile.am:
TESTS += test-pthread-once1 test-pthread-once2
check_PROGRAMS += test-pthread-once1 test-pthread-once2
test_pthread_once1_LDADD = $(LDADD) @LIBPMULTITHREAD@
test_pthread_once2_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@