Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/futimens-tests @ 12496:a48d3d749ca5
Refactor common macros used in tests.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 24 Dec 2009 21:01:42 +0100 |
parents | 33ab12a7cea2 |
children | b2bf8684a2db |
rev | line source |
---|---|
12162 | 1 Files: |
12469
8b48f88c47f1
test-utimens: avoid spurious failure
Eric Blake <ebb9@byu.net>
parents:
12316
diff
changeset
|
2 tests/nap.h |
12162 | 3 tests/test-futimens.h |
12171
47c9f1788846
test-stat-time, test-utimens: improve portability
Eric Blake <ebb9@byu.net>
parents:
12162
diff
changeset
|
4 tests/test-utimens-common.h |
12162 | 5 tests/test-futimens.c |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
6 tests/signature.h |
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
7 tests/macros.h |
12162 | 8 |
9 Depends-on: | |
10 timespec | |
12316
d47887220b68
usleep: use it to simplify tests
Eric Blake <ebb9@byu.net>
parents:
12171
diff
changeset
|
11 usleep |
12162 | 12 utimecmp |
13 | |
14 configure.ac: | |
15 | |
16 Makefile.am: | |
17 TESTS += test-futimens | |
18 check_PROGRAMS += test-futimens | |
19 test_futimens_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) @LIBINTL@ |