On Mon, Sep 18, 2023 at 4:34 PM Namhyung Kim <namhyung@xxxxxxxxxx> wrote: > > Hi Ian, > > On Thu, Sep 14, 2023 at 2:20 PM Ian Rogers <irogers@xxxxxxxxxx> wrote: > > > > Add to run variable. > > > > Signed-off-by: Ian Rogers <irogers@xxxxxxxxxx> > > --- > > tools/perf/tests/make | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/tools/perf/tests/make b/tools/perf/tests/make > > index a3a0f2a8bba0..d9945ed25bc5 100644 > > --- a/tools/perf/tests/make > > +++ b/tools/perf/tests/make > > @@ -138,6 +138,7 @@ endif > > run += make_python_perf_so > > run += make_debug > > run += make_nondistro > > +run += make_extra_tests > > I'm curious why it's missed.. I couldn't find a commit to delete it. > Maybe due to an incorrect resolution of a merge conflict? I think it was just a mistake in the original patch: https://lore.kernel.org/lkml/683fea7c-f5e9-fa20-f96b-f6233ed5d2a7@xxxxxxxxx/ Thanks, Ian > Thanks, > Namhyung > > > > run += make_no_bpf_skel > > run += make_gen_vmlinux_h > > run += make_no_libperl > > -- > > 2.42.0.459.ge4e396fd5e-goog > >