]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf tools: Allow shuffling the build tests
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 4 Nov 2015 19:25:32 +0000 (16:25 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 5 Nov 2015 14:39:54 +0000 (11:39 -0300)
commit98916392a0bdfd71668b711fd93915791f45df02
tree749303b493b5c11bac787daa4939dbcb4982429b
parentcb8382e05817a8104ea0edb63b8e37b8fbecd14c
perf tools: Allow shuffling the build tests

Those tests take a long time and sometimes we stop it, so allow randomly
shuffling the tests so that we have a better chance of running more of
them in partial 'make build-test' runs.

Using it just on the 'build-test' target, i.e.:

   make -C tools/perf build-test

Is equivalent to:

   make SHUF=1 -C tools/perf -f tests/make

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-ey7461i9q4k8u0987j8guun6@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile
tools/perf/tests/make