perf build: Add NO_LIBCRYPTO=1 to the default set of build tests
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 29 May 2020 14:38:41 +0000 (11:38 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 29 May 2020 19:51:38 +0000 (16:51 -0300)
commit69fbadbe987a7f9abbc8ac457a1057ebb98e21db
tree7c3b26b44ee03b7258e0432a628a74b1e2821747
parent5bc7aac3e7ca08008b7681f0794deee275d356ac
perf build: Add NO_LIBCRYPTO=1 to the default set of build tests

We forgot to add it, so one would have to explicitely ask for it to be
run, fix that by adding it to the set of tests that are performed by
default when one does:

  $ make -C tools/perf build-test

It was being exercised only in the make_minimal test, this patch makes
it be tested in isolation, i.e. disabling only this feature.

Fixes: 8ee4646038e4 ("perf build: Add libcrypto feature detection")
Cc: Stephane Eranian <eranian@google.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/make