From a0af55f01e08fecf410769f672c66c8b0b737961 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 24 Mar 2016 15:58:21 -0600 Subject: [PATCH] Makefile: disable build of t/read-to-pipe-async by default It's not part of fio, if you need it, you can just do: $ make t/read-to-pipe-async and it should build. Signed-off-by: Jens Axboe --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index c73c3644..07609e65 100644 --- a/Makefile +++ b/Makefile @@ -260,7 +260,6 @@ T_TEST_PROGS += $(T_GEN_RAND_PROGS) T_PROGS += $(T_BTRACE_FIO_PROGS) T_PROGS += $(T_DEDUPE_PROGS) T_PROGS += $(T_VS_PROGS) -T_TEST_PROGS += $(T_PIPE_ASYNC_PROGS) PROGS += $(T_PROGS) -- 2.25.1