From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> The unit tests are made with "make test". In order to let developers know of this option, have it displayed when just "make" is used. Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 60cd1570..a3facaa9 100644 --- a/Makefile +++ b/Makefile @@ -364,6 +364,7 @@ $(obj)/lib/traceevent/plugins/trace_python_dir: force show_gui_make: @echo "Note: to build the gui, type \"make gui\"" @echo " to build man pages, type \"make doc\"" + @echo " to build unit tests, type \"make test\"" PHONY += show_gui_make -- 2.20.1