]> git.baikalelectronics.ru Git - kernel.git/commit
perf tests: Add static build make test
authorJiri Olsa <jolsa@kernel.org>
Tue, 29 Apr 2014 07:53:40 +0000 (09:53 +0200)
committerJiri Olsa <jolsa@kernel.org>
Wed, 30 Apr 2014 14:48:57 +0000 (16:48 +0200)
commitf5e536ad6be891aaa5ce1b129377ba66bc18ab17
treeff8c352bb98b1b84efdf58fb203fc6ab704b7667
parent4fdbab48a4de9276e5b57a05d493531e9b8741ec
perf tests: Add static build make test

Adding test for building static perf build into the automated
suite. Also available via following commands:

  $ make -f tests/make make_static
  - make_static: cd . && make -f Makefile DESTDIR=/tmp/tmp.7u5MlB4njo LDFLAGS=-static
  $ make -f tests/make make_static_O
  - make_static_O: cd . && make -f Makefile O=/tmp/tmp.Ay6r3wEmtX DESTDIR=/tmp/tmp.vK0KQwO0Vi LDFLAGS=-static

Acked-by: David Ahern <dsahern@gmail.com>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
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>
Link: http://lkml.kernel.org/r/1398760413-7574-1-git-send-email-jolsa@kernel.org
Signed-off-by: Jiri Olsa <jolsa@kernel.org>
tools/perf/tests/make