Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/acl-tests @ 15333:f03da5e72c61
timespec-add, timespec-sub: new modules
* lib/timespec.h (timespec_add, timespec_sub): New decls.
* lib/timespec-add.c, lib/timespec-sub.c:
* modules/timespec-add, modules/timespec-sub: New files.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 30 Jun 2011 15:17:31 -0700 |
parents | 03aab12b3f15 |
children | 3acf9fb3aa69 |
rev | line source |
---|---|
10142 | 1 Files: |
2 tests/test-file-has-acl.sh | |
3 tests/test-set-mode-acl.sh | |
4 tests/test-copy-acl.sh | |
5 tests/test-file-has-acl.c | |
6 tests/test-set-mode-acl.c | |
7 tests/test-copy-acl.c | |
8 tests/test-sameacls.c | |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
11805
diff
changeset
|
9 tests/macros.h |
10142 | 10 |
11 Depends-on: | |
12 progname | |
13 read-file | |
14 unistd | |
15 xalloc | |
16 | |
17 configure.ac: | |
11551
957a85702f2b
Fix test-file-has-acl on FreeBSD.
David Bartley <dtbartle@csclub.uwaterloo.ca>
parents:
10444
diff
changeset
|
18 AC_CHECK_DECLS_ONCE([alarm]) |
10142 | 19 |
20 Makefile.am: | |
21 TESTS += test-file-has-acl.sh test-set-mode-acl.sh test-copy-acl.sh | |
12775
03aab12b3f15
Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
Bruno Haible <bruno@clisp.org>
parents:
12496
diff
changeset
|
22 TESTS_ENVIRONMENT += USE_ACL=$(USE_ACL) |
10142 | 23 check_PROGRAMS += test-file-has-acl test-set-mode-acl test-copy-acl test-sameacls |
24 test_file_has_acl_LDADD = $(LDADD) $(LIB_ACL) | |
25 test_set_mode_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ | |
26 test_copy_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ | |
27 test_sameacls_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@ |