view modules/lock-tests @ 30246:dfb5c3dc1602

Make use of the modules 'thread', 'yield' in the 'lock' test.
author Bruno Haible <bruno@clisp.org>
date Wed, 01 Oct 2008 02:40:17 +0200
parents 239f6a0fc2d7
children 9c7c6767d0f6
line wrap: on
line source

Files:
tests/test-lock.c

Depends-on:
thread
yield

configure.ac:

Makefile.am:
TESTS += test-lock
check_PROGRAMS += test-lock
test_lock_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@