diff options
author | Ian Rogers <[email protected]> | 2023-09-14 14:19:47 -0700 |
---|---|---|
committer | Namhyung Kim <[email protected]> | 2023-09-18 16:46:53 -0700 |
commit | c2ac838ef734cb0ff351820b77acc6fd3b6634fb (patch) | |
tree | 93976a7831494d9a8779a0b5ea95e2e4d7d4c8cf | |
parent | c67c631d52f017c2c4795e024ea6aaf3a092ce9e (diff) |
perf test: Ensure EXTRA_TESTS is covered in build test
Add to run variable.
Signed-off-by: Ian Rogers <[email protected]>
Tested-by: Namhyung Kim <[email protected]>
Cc: James Clark <[email protected]>
Cc: Nick Terrell <[email protected]>
Cc: Patrice Duroux <[email protected]>
Cc: Nick Desaulniers <[email protected]>
Cc: Andrii Nakryiko <[email protected]>
Cc: Nathan Chancellor <[email protected]>
Cc: Kajol Jain <[email protected]>
Cc: Athira Rajeev <[email protected]>
Cc: Tiezhu Yang <[email protected]>
Cc: Tom Rix <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Namhyung Kim <[email protected]>
-rw-r--r-- | tools/perf/tests/make | 1 |
1 files changed, 1 insertions, 0 deletions
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 run += make_no_bpf_skel run += make_gen_vmlinux_h run += make_no_libperl |