summaryrefslogtreecommitdiff
path: root/modules/openat-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openat-tests')
-rw-r--r--modules/openat-tests9
1 files changed, 2 insertions, 7 deletions
diff --git a/modules/openat-tests b/modules/openat-tests
index bdefca3f83..cb38d2e114 100644
--- a/modules/openat-tests
+++ b/modules/openat-tests
@@ -1,15 +1,11 @@
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/signature.h
tests/macros.h
Depends-on:
-getcwd-lgpl
ignore-value
progname
symlink
@@ -18,9 +14,8 @@ configure.ac:
Makefile.am:
TESTS += \
- test-fstatat test-mkdirat test-openat
+ test-mkdirat test-openat
check_PROGRAMS += \
- test-fstatat test-mkdirat test-openat
-test_fstatat_LDADD = $(LDADD) @LIBINTL@
+ test-mkdirat test-openat
test_mkdirat_LDADD = $(LDADD) @LIBINTL@
test_openat_LDADD = $(LDADD) @LIBINTL@