aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/Makefile
diff options
context:
space:
mode:
authorYuanchu Xie <yuanchu@google.com>2022-04-18 20:20:17 +0000
committerShuah Khan <skhan@linuxfoundation.org>2022-04-25 13:36:17 -0600
commit678f0cdc572c5fda940cb038d70eebb8d818adc8 (patch)
tree6b7133d24fc02ccefdf1451968a405b0c59fd6d3 /tools/testing/selftests/Makefile
parentselftests/binderfs: Improve message to provide more info (diff)
downloadlinux-dev-678f0cdc572c5fda940cb038d70eebb8d818adc8.tar.xz
linux-dev-678f0cdc572c5fda940cb038d70eebb8d818adc8.zip
selftests/damon: add damon to selftests root Makefile
Currently the damon selftests are not built with the rest of the selftests. We add damon to the list of targets. Fixes: b348eb7abd09 ("mm/damon: add user space selftests") Reviewed-by: SeongJae Park <sj@kernel.org> Signed-off-by: Yuanchu Xie <yuanchu@google.com> Acked-by: David Rientjes <rientjes@google.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r--tools/testing/selftests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 2319ec87f53d..bd2ac8b3bf1f 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -9,6 +9,7 @@ TARGETS += clone3
TARGETS += core
TARGETS += cpufreq
TARGETS += cpu-hotplug
+TARGETS += damon
TARGETS += drivers/dma-buf
TARGETS += efivarfs
TARGETS += exec