Mercurial > hg > octave-lojdl > gnulib-hg
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 |
rev | line source |
---|---|
6114 | 1 Files: |
2 tests/test-lock.c | |
3 | |
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 | 7 |
8 configure.ac: | |
9 | |
10 Makefile.am: | |
8239 | 11 TESTS += test-lock |
6584 | 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@ |