Mercurial > hg > octave-jordi > gnulib-hg
comparison modules/ptsname-tests @ 15652:66bab2a591f5
ptsname tests: Let the test fail rather than hang (e.g. on AIX 5.1).
* tests/test-ptsname.c (main): Terminate the test if it takes longer
than 5 seconds.
* modules/ptsname-tests (configure.ac): Test for alarm.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 19 Sep 2011 01:02:09 +0200 |
parents | 1ec8b76f7855 |
children |
comparison
equal
deleted
inserted
replaced
15651:1f810b97845d | 15652:66bab2a591f5 |
---|---|
5 | 5 |
6 Depends-on: | 6 Depends-on: |
7 same-inode | 7 same-inode |
8 | 8 |
9 configure.ac: | 9 configure.ac: |
10 AC_CHECK_DECLS_ONCE([alarm]) | |
10 | 11 |
11 Makefile.am: | 12 Makefile.am: |
12 TESTS += test-ptsname | 13 TESTS += test-ptsname |
13 check_PROGRAMS += test-ptsname | 14 check_PROGRAMS += test-ptsname |