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