aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/lib/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/lib/tests/Makefile')
-rw-r--r--tools/perf/lib/tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/lib/tests/Makefile b/tools/perf/lib/tests/Makefile
index b72c8c47df61..5dc84003e3a7 100644
--- a/tools/perf/lib/tests/Makefile
+++ b/tools/perf/lib/tests/Makefile
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
-TESTS = test-cpumap
+TESTS = test-cpumap test-threadmap
TESTS_SO := $(addsuffix -so,$(TESTS))
TESTS_A := $(addsuffix -a,$(TESTS))