annotate modules/openat-tests @ 40186:8964917f9574

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Feb 2019 08:02:49 -0800
parents ae28326ff93e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11995
5767a52927aa openat-tests: ensure unlinkat behaves like rmdir
Eric Blake <ebb9@byu.net>
parents:
diff changeset
1 Files:
12027
b10ac4488b07 openat: allow return of fd 0
Eric Blake <ebb9@byu.net>
parents: 11995
diff changeset
2 tests/test-openat.c
16028
ee7e134c1b62 openat tests: Fix file list.
Bruno Haible <bruno@clisp.org>
parents: 16025
diff changeset
3 tests/test-open.h
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
4 tests/signature.h
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
5 tests/macros.h
11995
5767a52927aa openat-tests: ensure unlinkat behaves like rmdir
Eric Blake <ebb9@byu.net>
parents:
diff changeset
6
5767a52927aa openat-tests: ensure unlinkat behaves like rmdir
Eric Blake <ebb9@byu.net>
parents:
diff changeset
7 Depends-on:
12057
aee865e7b49f symlink: use throughout gnulib
Eric Blake <ebb9@byu.net>
parents: 12043
diff changeset
8 symlink
11995
5767a52927aa openat-tests: ensure unlinkat behaves like rmdir
Eric Blake <ebb9@byu.net>
parents:
diff changeset
9
5767a52927aa openat-tests: ensure unlinkat behaves like rmdir
Eric Blake <ebb9@byu.net>
parents:
diff changeset
10 configure.ac:
5767a52927aa openat-tests: ensure unlinkat behaves like rmdir
Eric Blake <ebb9@byu.net>
parents:
diff changeset
11
5767a52927aa openat-tests: ensure unlinkat behaves like rmdir
Eric Blake <ebb9@byu.net>
parents:
diff changeset
12 Makefile.am:
16025
8d9cce581f57 New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents: 16023
diff changeset
13 TESTS += test-openat
8d9cce581f57 New module 'mkdirat', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents: 16023
diff changeset
14 check_PROGRAMS += test-openat
14850
002585582bf6 Fix link errors in tests: openat-die uses gettext-h.
Bruno Haible <bruno@clisp.org>
parents: 14645
diff changeset
15 test_openat_LDADD = $(LDADD) @LIBINTL@