X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=3764da55085102d8d67a20d533e67cafb91ac295;hb=83070ccd1091a1c44ac838f95bab6811cbc287f5;hp=540ffb2c317e5faf548c3d42131ef4e0db7ec12c;hpb=d4a507c17533f05bcf6d6eeb8d00f3dad1a020a1;p=fio.git diff --git a/Makefile b/Makefile index 540ffb2c..3764da55 100644 --- a/Makefile +++ b/Makefile @@ -471,7 +471,7 @@ doc: tools/plot/fio2gnuplot.1 @man -t tools/hist/fiologparser_hist.py.1 | ps2pdf - fiologparser_hist.pdf test: fio - ./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 + ./fio --minimal --thread --exitall_on_error --runtime=1s --name=nulltest --ioengine=null --rw=randrw --iodepth=2 --norandommap --random_generator=tausworthe64 --size=16T --name=verifyfstest --filename=fiotestfile.tmp --unlink=1 --rw=write --verify=crc32c --verify_state_save=0 --size=16K install: $(PROGS) $(SCRIPTS) tools/plot/fio2gnuplot.1 FORCE $(INSTALL) -m 755 -d $(DESTDIR)$(bindir)