blob: 497ce4f27b233ca86e51a104cb855b6e0e8e8f5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Files:
tests/test-pthread-thread.c
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-pthread-thread
check_PROGRAMS += test-pthread-thread
test_pthread_thread_LDADD = $(LDADD) @LIBMULTITHREAD@
|