Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/usleep-tests @ 17138:42f6597efac3
* lib/regexec.c (re_search_internal): Fix grammar in comment.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 16 Oct 2012 16:01:05 -0700 |
parents | a48d3d749ca5 |
children |
rev | line source |
---|---|
12315 | 1 Files: |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
2 tests/test-usleep.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 |
12315 | 5 |
6 Depends-on: | |
7 time | |
8 | |
9 configure.ac: | |
10 | |
11 Makefile.am: | |
12 TESTS += test-usleep | |
13 check_PROGRAMS += test-usleep |