Makefile: add empty 'test' target
authorJens Axboe <axboe@fb.com>
Thu, 24 Mar 2016 03:36:09 +0000 (21:36 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 24 Mar 2016 03:36:09 +0000 (21:36 -0600)
Signed-off-by: Jens Axboe <axboe@fb.com>
Makefile

index 749a508058d6ebb186faf1bad2c557b59d8941fc..1d761c98aba556e7bebbea680caf2281cb96fd1c 100644 (file)
--- 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
 
        @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)
 install: $(PROGS) $(SCRIPTS) tools/plot/fio2gnuplot.1 FORCE
        $(INSTALL) -m 755 -d $(DESTDIR)$(bindir)
        $(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)