annotate modules/utimens-tests @ 12156:3c7d1f073266
utimens: add test
Exposes holes in our API, and several platform bugs.
* modules/utimens-tests: New test.
* tests/test-utimens.h: New file.
* tests/test-futimens.h: Likewise.
* tests/test-utimens.c: Likewise.
Signed-off-by: Eric Blake <ebb9@byu.net>
author |
Eric Blake <ebb9@byu.net> |
date |
Wed, 07 Oct 2009 17:08:17 -0600 |
parents |
|
children |
899dd13e9f8b |
rev |
line source |
12156
|
1 Files: |
|
2 tests/test-futimens.h |
|
3 tests/test-utimens.h |
|
4 tests/test-utimens.c |
|
5 |
|
6 Depends-on: |
|
7 stat-time |
|
8 stdbool |
|
9 timespec |
|
10 utimecmp |
|
11 |
|
12 configure.ac: |
|
13 |
|
14 Makefile.am: |
|
15 TESTS += test-utimens |
|
16 check_PROGRAMS += test-utimens |
|
17 test_utimens_LDADD = $(LDADD) @LIBINTL@ |