From: Jens Axboe Date: Thu, 24 Mar 2016 03:36:09 +0000 (-0600) Subject: Makefile: add empty 'test' target X-Git-Tag: fio-2.9~23 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=3894b8e17aa13448a3c1c7128e4a7a3774d8eb39;ds=sidebyside Makefile: add empty 'test' target Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index 749a5080..1d761c98 100644 --- a/Makefile +++ b/Makefile @@ -424,6 +424,8 @@ doc: tools/plot/fio2gnuplot.1 @man -t tools/fio_generate_plots.1 | ps2pdf - fio_generate_plots.pdf @man -t tools/plot/fio2gnuplot.1 | ps2pdf - fio2gnuplot.pdf +test: + install: $(PROGS) $(SCRIPTS) tools/plot/fio2gnuplot.1 FORCE $(INSTALL) -m 755 -d $(DESTDIR)$(bindir) $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)