[PATCH 0/6] perf tools: Improve 'make build-test'

From: Wang Nan
Date: Fri Jan 08 2016 - 09:24:41 EST


There are some bugs and inconveniences in 'make build-test', causes
people with strong motivation to avoid writing to source directory
and people don't have plenty of time skip build-test before sending
patches.

Patch 1 - 3 fixes some existing bug. Patch 4 speedup the test.
Patch 5 and 6 makes build-test obey 'O' option passes from cmdline
of the first 'make'.

With these 6 patches I make build-test success in my environment
fully success the first time.

Wang Nan (6):
perf tools: Add -lutil in python lib list for broken python-config
perf tools: Add missing headers in perf's MANIFEST
perf tools: Fix phony build target for build-test
perf tools: Set parallel making options build-test
perf tools: Pass O option to Makefile.perf in build-test
perf tools: Test correct path of perf in build-test

tools/perf/MANIFEST | 2 ++
tools/perf/config/Makefile | 2 +-
tools/perf/tests/make | 56 +++++++++++++++++++++++++++++++++-------------
3 files changed, 43 insertions(+), 17 deletions(-)

--
1.8.3.4