diff options
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/io/Makefile b/io/Makefile index f1efd21e87..d199f9110b 100644 --- a/io/Makefile +++ b/io/Makefile @@ -51,9 +51,15 @@ routines := \ static-only-routines = stat fstat lstat mknod others := pwd +test-srcs := ftwtest tests := test-utime +distribute := ftwtest-sh + include ../Rules CFLAGS-fts.c = -Wno-uninitialized CFLAGS-ftw.c = -Wno-uninitialized + +tests: $(objpfx)ftwtest + $(SHELL) -e ftwtest-sh $(common-objpfx) $< |