Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/flock-tests @ 11721:54dacd4ed1a5
Fix build error on mingw with the modules sys_select and unistd.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 19 Jul 2009 17:16:51 +0200 |
parents | 6c19e205b6b8 |
children | 151492d3bb0c |
rev | line source |
---|---|
10598 | 1 Files: |
2 tests/test-flock.c | |
3 | |
4 Depends-on: | |
5 unistd | |
11721
54dacd4ed1a5
Fix build error on mingw with the modules sys_select and unistd.
Bruno Haible <bruno@clisp.org>
parents:
10598
diff
changeset
|
6 close |
10598 | 7 |
8 configure.ac: | |
9 | |
10 Makefile.am: | |
11 TESTS += test-flock | |
12 check_PROGRAMS += test-flock |