Makefile: disable build of t/read-to-pipe-async by default
authorJens Axboe <axboe@fb.com>
Thu, 24 Mar 2016 21:58:21 +0000 (15:58 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 24 Mar 2016 21:58:21 +0000 (15:58 -0600)
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 <axboe@fb.com>
Makefile

index c73c364487e826f45d041c78c5632234c9a27103..07609e6573ceaa905e110b30a82f3cd457adc435 100644 (file)
--- 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_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)
 
 
 PROGS += $(T_PROGS)