perf build: Add NO_SDT=1 to the default set of build tests
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 29 May 2020 14:42:00 +0000 (11:42 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 29 May 2020 19:51:38 +0000 (16:51 -0300)
commit60da3a12c53ba60fc82b85cd4a7a5abc562cf936
treee02cb9cb30c3b14127816b8ba0332e03c3fef90d
parent69fbadbe987a7f9abbc8ac457a1057ebb98e21db
perf build: Add NO_SDT=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: e26e63be64a1 ("perf build: Add sdt feature detection")
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/tests/make