X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fopenat-tests;h=c42d843ceb77063fe0c739608ddc0e4dbaa8a9ba;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=da00b983f0eac7f9a829fac1368b50f22a1bfd9e;hpb=d6095bd826d000e03e6071725a9f0436d3bf3129;p=gnulib.git diff --git a/modules/openat-tests b/modules/openat-tests index da00b983f..c42d843ce 100644 --- a/modules/openat-tests +++ b/modules/openat-tests @@ -1,43 +1,16 @@ 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/test-fchmodat.c +tests/test-open.h tests/signature.h tests/macros.h Depends-on: -getcwd-lgpl -ignore-value -mgetgroups progname -usleep -stat-time symlink -unlinkdir configure.ac: -AC_CHECK_FUNCS_ONCE([getegid]) Makefile.am: -TESTS += \ - test-fchmodat test-fchownat test-fstatat test-mkdirat test-openat \ - test-unlinkat -check_PROGRAMS += \ - test-fchmodat 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@ +TESTS += test-openat +check_PROGRAMS += test-openat test_openat_LDADD = $(LDADD) @LIBINTL@ -test_unlinkat_LDADD = $(LDADD) @LIBINTL@