Searched hist:ee4ad93e82b8fd260ae618f6b0413cd321bc09cb (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/tests/ |
H A D | make | diff ee4ad93e82b8fd260ae618f6b0413cd321bc09cb Thu Dec 19 07:41:59 CST 2013 Jiri Olsa <jolsa@redhat.com> perf tests: Factor make install tests
Factoring make install tests to check for multiple files. Adding default set of installed files for install and install_bin tests.
Putting the 'test' line into the log file instead to the screen as it gets more complex now.
If the tests fails to find a file, following message is displayed:
$ make -f tests/make make_install_bin - make_install_bin: cd . && make -f Makefile DESTDIR=/tmp/tmp.nCVuQoSHaJ install-bin failed to find: bin/perf
Signed-off-by: Jiri Olsa <jolsa@redhat.com> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: David Ahern <dsahern@gmail.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Steven Rostedt <rostedt@goodmis.org> Link: http://lkml.kernel.org/r/1387460527-15030-2-git-send-email-jolsa@redhat.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
|