From 3894b8e17aa13448a3c1c7128e4a7a3774d8eb39 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 23 Mar 2016 21:36:09 -0600 Subject: [PATCH] Makefile: add empty 'test' target Signed-off-by: Jens Axboe --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.25.1