Files:
tests/test-lock.c

Depends-on:
thread
yield

configure.ac:

Makefile.am:
TESTS += test-lock
check_PROGRAMS += test-lock
test_lock_LDADD = $(LDADD) -lpthread @YIELD_LIB@
test_lock_LDFLAGS = -Wl,--no-as-needed
