X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fopenat-tests;h=c42d843ceb77063fe0c739608ddc0e4dbaa8a9ba;hb=c43cc7b973f4daf0c59368ae52e130dfd12ce8d6;hp=7134f2c471389414da70172e2edb18f5ccbd7a64;hpb=ff4e8f6b53d7b8c53856ba8ba2adaad3251e6a88;p=gnulib.git diff --git a/modules/openat-tests b/modules/openat-tests index 7134f2c47..c42d843ce 100644 --- a/modules/openat-tests +++ b/modules/openat-tests @@ -1,22 +1,16 @@ Files: -tests/test-lstat.h -tests/test-rmdir.h -tests/test-stat.h -tests/test-unlink.h -tests/test-fstatat.c tests/test-openat.c -tests/test-unlinkat.c +tests/test-open.h +tests/signature.h +tests/macros.h Depends-on: -pathmax -unlinkdir +progname +symlink configure.ac: -AC_CHECK_FUNCS_ONCE([symlink]) Makefile.am: -TESTS += test-fstatat test-openat test-unlinkat -check_PROGRAMS += test-fstatat test-openat test-unlinkat -test_fstatat_LDADD = $(LDADD) @LIBINTL@ +TESTS += test-openat +check_PROGRAMS += test-openat test_openat_LDADD = $(LDADD) @LIBINTL@ -test_unlinkat_LDADD = $(LDADD) @LIBINTL@