From: Jens Axboe Date: Mon, 13 Mar 2017 03:04:45 +0000 (-0600) Subject: Makefile: make test target use thread X-Git-Tag: fio-2.19~39 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=e9bd687d147d5aee710d56854524bbada5a34650 Makefile: make test target use thread Some platforms don't support process shared mutexes. For the basic Makefile test case, specify threads to avoid the warning. Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index 41124102..37150c69 100644 --- a/Makefile +++ b/Makefile @@ -449,7 +449,7 @@ doc: tools/plot/fio2gnuplot.1 @man -t tools/hist/fiologparser_hist.py.1 | ps2pdf - fiologparser_hist.pdf test: fio - ./fio --minimal --ioengine=null --runtime=1s --name=nulltest --rw=randrw --iodepth=2 --norandommap --random_generator=tausworthe64 --size=16T --name=verifynulltest --rw=write --verify=crc32c --verify_state_save=0 --size=100M + ./fio --minimal --thread --ioengine=null --runtime=1s --name=nulltest --rw=randrw --iodepth=2 --norandommap --random_generator=tausworthe64 --size=16T --name=verifynulltest --rw=write --verify=crc32c --verify_state_save=0 --size=100M install: $(PROGS) $(SCRIPTS) tools/plot/fio2gnuplot.1 FORCE $(INSTALL) -m 755 -d $(DESTDIR)$(bindir)