瀏覽代碼

perf tools: Add 'build-test' make target

Currently various build test can be performed using a Makefile named
tests/make, so one needs to remember and specify it with -f option on
command line.

Add the 'build-test' target in the main Makefile as a shortcut.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung.kim@lge.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1389837173-3632-1-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Namhyung Kim 11 年之前
父節點
當前提交
a7077234d2
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      tools/perf/Makefile

+ 6 - 0
tools/perf/Makefile

@@ -74,6 +74,12 @@ all tags TAGS:
 clean:
 clean:
 	$(make)
 	$(make)
 
 
+#
+# The build-test target is not really parallel, don't print the jobs info:
+#
+build-test:
+	@$(MAKE) -f tests/make --no-print-directory
+
 #
 #
 # All other targets get passed through:
 # All other targets get passed through:
 #
 #