src/t_mmap_dio: do not build if !HAVE_AIO
[xfstests-dev.git] / src / Makefile
index 643c1916b04d5adf9e4a006c90d5c291a72f57eb..020e1dc98643cf34a6e2dbfaee8b210c7dfe8556 100644 (file)
@@ -13,7 +13,7 @@ TARGETS = dirstress fill fill2 getpagesize holes lstat64 \
        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 \
+       holetest t_truncate_self af_unix t_mmap_stale_pmd \
        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_mmap_collision mmap-write-concurrent \
@@ -61,6 +61,7 @@ LLDLIBS += $(LIBGDBM)
 endif
 
 ifeq ($(HAVE_AIO), true)
+TARGETS += t_mmap_dio
 SUBDIRS += aio-dio-regress
 LLDLIBS += -laio
 endif