Merge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
[gnulib.git] / modules / lock-tests
1 Files:
2 tests/test-lock.c
3
4 Depends-on:
5 thread
6 yield
7
8 configure.ac:
9
10 Makefile.am:
11 TESTS += test-lock
12 check_PROGRAMS += test-lock
13 test_lock_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@