X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fopenat-tests;h=c42d843ceb77063fe0c739608ddc0e4dbaa8a9ba;hb=e56e96fe20f72586e9ec5c528b9a9a06daa2ecc6;hp=1440a9bf9431fa6a23af7ece9d7c1b3d3216af6c;hpb=da8f2a565cd9522f2a3a1400e538d1853374aa08;p=gnulib.git diff --git a/modules/openat-tests b/modules/openat-tests index 1440a9bf9..c42d843ce 100644 --- a/modules/openat-tests +++ b/modules/openat-tests @@ -1,25 +1,16 @@ Files: -tests/test-lstat.h -tests/test-mkdir.h -tests/test-rmdir.h -tests/test-stat.h -tests/test-unlink.h -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: -pathmax +progname symlink -unlinkdir configure.ac: Makefile.am: -TESTS += test-fstatat test-mkdirat test-openat test-unlinkat -check_PROGRAMS += test-fstatat test-mkdirat test-openat test-unlinkat -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@