xfstests: fix compilation of iopat targets
authorChristoph Hellwig <hch@lst.de>
Wed, 27 Jan 2010 20:36:28 +0000 (21:36 +0100)
committerChristoph Hellwig <hch@lst.de>
Wed, 27 Jan 2010 20:36:28 +0000 (21:36 +0100)
Now that PREALLO_TARGETS is gone these tests must be listed in the main
LINUX_TARGETS list.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
src/Makefile

index ac2a88f7e39e12df63b1a1c4f618394724737cb3..baa2e94b03da76d6dfd283cc702d631b338ed18f 100644 (file)
@@ -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)