From 7a513fceb7ea400e51b282dd204b70728c87d308 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Wed, 27 Jan 2010 21:36:28 +0100 Subject: [PATCH] xfstests: fix compilation of iopat targets Now that PREALLO_TARGETS is gone these tests must be listed in the main LINUX_TARGETS list. Signed-off-by: Christoph Hellwig Reviewed-by: Eric Sandeen --- src/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/Makefile b/src/Makefile index ac2a88f7..baa2e94b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -12,10 +12,10 @@ TARGETS = dirstress fill fill2 getpagesize holes lstat64 \ godown resvtest writemod makeextents itrash rename \ multi_open_unlink dmiperf unwritten_sync genhashnames -LINUX_TARGETS = xfsctl bstat t_mtab getdevicesize \ - ftrunc trunc fs_perms testx looptest locktest unwritten_mmap \ - bulkstat_unlink_test bulkstat_unlink_test_modified t_dir_offset \ - t_futimens +LINUX_TARGETS = xfsctl bstat t_mtab getdevicesize preallo_rw_pattern_reader \ + preallo_rw_pattern_writer ftrunc trunc fs_perms testx looptest \ + locktest unwritten_mmap bulkstat_unlink_test \ + bulkstat_unlink_test_modified t_dir_offset t_futimens t_immutable SUBDIRS = @@ -28,9 +28,7 @@ endif IRIX_TARGETS = open_unlink ifeq ($(PKG_PLATFORM),linux) -PREALLO_TARGETS = preallo_rw_pattern_reader TARGETS += $(LINUX_TARGETS) -TARGETS += t_immutable endif ifeq ($(PKG_PLATFORM),irix) -- 2.47.3