X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fopenat-tests;h=c42d843ceb77063fe0c739608ddc0e4dbaa8a9ba;hb=e56e96fe20f72586e9ec5c528b9a9a06daa2ecc6;hp=54d0c61d7b0bad15b4d7b5aa7f00f8e8e965183b;hpb=996f76cd71a98365044457d94b0d87454bcd4deb;p=gnulib.git diff --git a/modules/openat-tests b/modules/openat-tests index 54d0c61d7..c42d843ce 100644 --- a/modules/openat-tests +++ b/modules/openat-tests @@ -1,15 +1,16 @@ Files: -tests/test-rmdir.h tests/test-openat.c -tests/test-unlinkat.c +tests/test-open.h +tests/signature.h +tests/macros.h Depends-on: +progname +symlink configure.ac: -AC_CHECK_FUNCS_ONCE([symlink]) Makefile.am: -TESTS += test-openat test-unlinkat -check_PROGRAMS += test-openat test-unlinkat +TESTS += test-openat +check_PROGRAMS += test-openat test_openat_LDADD = $(LDADD) @LIBINTL@ -test_unlinkat_LDADD = $(LDADD) @LIBINTL@