From: Christoph Hellwig Date: Wed, 27 Jan 2010 20:36:28 +0000 (+0100) Subject: xfstests: fix compilation of iopat targets X-Git-Tag: v1.1.0~203 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7a513fceb7ea400e51b282dd204b70728c87d308;p=xfstests-dev.git 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 --- 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)