annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6114
82318746717b Tests for gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
82318746717b Tests for gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-lock.c
82318746717b Tests for gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
82318746717b Tests for gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Depends-on:
10555
54312948a98f Make use of the modules 'thread', 'yield' in the 'lock' test.
Bruno Haible <bruno@clisp.org>
parents: 10378
diff changeset
5 thread
54312948a98f Make use of the modules 'thread', 'yield' in the 'lock' test.
Bruno Haible <bruno@clisp.org>
parents: 10378
diff changeset
6 yield
6114
82318746717b Tests for gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
82318746717b Tests for gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 configure.ac:
82318746717b Tests for gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
82318746717b Tests for gnulib module 'lock'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Makefile.am:
8239
d31f3019f697 Assume automake >= 1.10.
Bruno Haible <bruno@clisp.org>
parents: 6654
diff changeset
11 TESTS += test-lock
6584
b79b3ca35615 Simplify.
Bruno Haible <bruno@clisp.org>
parents: 6114
diff changeset
12 check_PROGRAMS += test-lock
10555
54312948a98f Make use of the modules 'thread', 'yield' in the 'lock' test.
Bruno Haible <bruno@clisp.org>
parents: 10378
diff changeset
13 test_lock_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@