X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fopenat-tests;h=c42d843ceb77063fe0c739608ddc0e4dbaa8a9ba;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=bdefca3f83445feed0cb3899cc86c6ca84b3aa92;hpb=84c3f9cf54eaa688c5a1a26925886535079a91de;p=gnulib.git diff --git a/modules/openat-tests b/modules/openat-tests index bdefca3f8..c42d843ce 100644 --- a/modules/openat-tests +++ b/modules/openat-tests @@ -1,26 +1,16 @@ Files: -tests/test-lstat.h -tests/test-mkdir.h -tests/test-stat.h -tests/test-fstatat.c -tests/test-mkdirat.c tests/test-openat.c +tests/test-open.h tests/signature.h tests/macros.h Depends-on: -getcwd-lgpl -ignore-value progname symlink configure.ac: Makefile.am: -TESTS += \ - test-fstatat test-mkdirat test-openat -check_PROGRAMS += \ - test-fstatat test-mkdirat test-openat -test_fstatat_LDADD = $(LDADD) @LIBINTL@ -test_mkdirat_LDADD = $(LDADD) @LIBINTL@ +TESTS += test-openat +check_PROGRAMS += test-openat test_openat_LDADD = $(LDADD) @LIBINTL@