X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fopenat-tests;h=250a574593509d5e56d22ac1c1ffe65bfc1d2c60;hb=3f08220c1a263dfc45f6e0ce6dcee97631dd5e56;hp=42ae6e8b1f06a69698baac65dfe80048cab941d5;hpb=3a5041b1c62c2b7c829f47bec2f1789c59844b6c;p=gnulib.git diff --git a/modules/openat-tests b/modules/openat-tests index 42ae6e8b1..250a57459 100644 --- a/modules/openat-tests +++ b/modules/openat-tests @@ -1,20 +1,38 @@ Files: +tests/nap.h +tests/test-chown.h +tests/test-lchown.h tests/test-lstat.h +tests/test-mkdir.h tests/test-rmdir.h tests/test-stat.h +tests/test-unlink.h +tests/test-fchownat.c tests/test-fstatat.c +tests/test-mkdirat.c tests/test-openat.c tests/test-unlinkat.c +tests/signature.h +tests/macros.h Depends-on: +ignore-value +mgetgroups pathmax +usleep +stat-time +symlink +unlinkdir configure.ac: -AC_CHECK_FUNCS_ONCE([symlink]) +AC_CHECK_FUNCS_ONCE([getegid]) Makefile.am: -TESTS += test-fstatat test-openat test-unlinkat -check_PROGRAMS += test-fstatat test-openat test-unlinkat +TESTS += test-fchownat test-fstatat test-mkdirat test-openat test-unlinkat +check_PROGRAMS += test-fchownat test-fstatat test-mkdirat test-openat \ + test-unlinkat +test_fchownat_LDADD = $(LDADD) @LIBINTL@ test_fstatat_LDADD = $(LDADD) @LIBINTL@ +test_mkdirat_LDADD = $(LDADD) @LIBINTL@ test_openat_LDADD = $(LDADD) @LIBINTL@ test_unlinkat_LDADD = $(LDADD) @LIBINTL@