Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/nanosleep-tests @ 17448:b3516a31a386
regex: port to --with-included-regex --enable-gcc-warnings non-threaded
* lib/regex_internal.h (lock_fini, lock_lock): Rework to avoid
gcc warnings in the non-threaded case. Reported by Charlie Brown in
<http://lists.gnu.org/archive/html/bug-gnulib/2013-07/msg00015.html>.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 09 Jul 2013 11:35:01 -0700 |
parents | a48d3d749ca5 |
children |
rev | line source |
---|---|
12327 | 1 Files: |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
2 tests/test-nanosleep.c |
12489 | 3 tests/signature.h |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
4 tests/macros.h |
12327 | 5 |
6 Depends-on: | |
7 | |
8 configure.ac: | |
9 AC_CHECK_DECLS_ONCE([alarm]) | |
10 | |
11 Makefile.am: | |
12 TESTS += test-nanosleep | |
13 check_PROGRAMS += test-nanosleep | |
14 test_nanosleep_LDADD = $(LDADD) $(LIB_NANOSLEEP) |