Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/sys_select-tests @ 18070:d460ec17f09f
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Tue, 28 Jul 2015 13:57:32 -0700 |
parents | 43cfbe17925b |
children |
rev | line source |
---|---|
8176 | 1 Files: |
2 tests/test-sys_select.c | |
15444
43cfbe17925b
sys_select tests: Check the signature of FD_*.
Bruno Haible <bruno@clisp.org>
parents:
13082
diff
changeset
|
3 tests/signature.h |
8176 | 4 |
5 Depends-on: | |
13082
d7eed0b7ef06
Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
13077
diff
changeset
|
6 sys_select-c++-tests |
8176 | 7 |
8 configure.ac: | |
9 | |
10 Makefile.am: | |
11 TESTS += test-sys_select | |
12 check_PROGRAMS += test-sys_select |