generic: test invalid swap file activation
[xfstests-dev.git] / src / Makefile
index 2c1b898cebe17a761511aa91101773b67fb500cd..01fe99efbdad3503dc37bdced5d312d5cdc4397e 100644 (file)
@@ -9,11 +9,13 @@ TARGETS = dirstress fill fill2 getpagesize holes lstat64 \
        nametest permname randholes runas truncfile usemem \
        mmapcat append_reader append_writer dirperf metaperf \
        devzero feature alloc fault fstest t_access_root \
-       godown resvtest writemod makeextents itrash rename \
+       godown resvtest writemod writev_on_pagefault makeextents itrash rename \
        multi_open_unlink dmiperf unwritten_sync genhashnames t_holes \
        t_mmap_writev t_truncate_cmtime dirhash_collide t_rename_overwrite \
        holetest t_truncate_self t_mmap_dio af_unix t_mmap_stale_pmd \
-       t_mmap_cow_race t_mmap_fallocate fsync-err
+       t_mmap_cow_race t_mmap_fallocate fsync-err t_mmap_write_ro \
+       t_ext4_dax_journal_corruption t_ext4_dax_inline_corruption \
+       t_ofd_locks t_locks_execve
 
 LINUX_TARGETS = xfsctl bstat t_mtab getdevicesize preallo_rw_pattern_reader \
        preallo_rw_pattern_writer ftrunc trunc fs_perms testx looptest \
@@ -23,9 +25,10 @@ LINUX_TARGETS = xfsctl bstat t_mtab getdevicesize preallo_rw_pattern_reader \
        seek_copy_test t_readdir_1 t_readdir_2 fsync-tester nsexec cloner \
        renameat2 t_getcwd e4compact test-nextquota punch-alternating \
        attr-list-by-handle-cursor-test listxattr dio-interleaved t_dir_type \
-       dio-invalidate-cache stat_test t_encrypted_d_revalidate
+       dio-invalidate-cache stat_test t_encrypted_d_revalidate \
+       attr_replace_test swapon mkswap
 
-SUBDIRS =
+SUBDIRS = log-writes perf
 
 LLDLIBS = $(LIBATTR) $(LIBHANDLE) $(LIBACL) -lpthread
 
@@ -49,10 +52,6 @@ ifeq ($(PKG_PLATFORM),linux)
 TARGETS += $(LINUX_TARGETS)
 endif
 
-ifeq ($(PKG_PLATFORM),irix)
-LLDLIBS += -lgen
-endif
-
 ifeq ($(HAVE_DB), true)
 TARGETS += dbtest
 LLDLIBS += $(LIBGDBM)