view modules/lock-tests @ 17259:bc20efc34eba octave-stable

branch to handle patches for Octave stable
author John W. Eaton <jwe@octave.org>
date Thu, 03 Jan 2013 14:26:52 -0500
parents 54312948a98f
children
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@