From: Sitsofe Wheeler Date: Sun, 13 Aug 2017 07:47:40 +0000 (+0100) Subject: Makefile: modify make test to use a filesystem file X-Git-Tag: fio-3.0~11^2~1 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=dbf2214cd45a3aac0e230d9a2d7fe95a069d107f Makefile: modify make test to use a filesystem file Change the second job done by "make test" to a use a real file on the filesystem where fio is built to help highlight problems (like the one introduced by commit 2c3e17be). Signed-off-by: Sitsofe Wheeler --- 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)