selftests/damon: add damon to selftests root Makefile
authorYuanchu Xie <yuanchu@google.com>
Mon, 18 Apr 2022 20:20:17 +0000 (20:20 +0000)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 25 Apr 2022 19:36:17 +0000 (13:36 -0600)
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>
tools/testing/selftests/Makefile

index 2319ec8..bd2ac8b 100644 (file)
@@ -9,6 +9,7 @@ TARGETS += clone3
 TARGETS += core
 TARGETS += cpufreq
 TARGETS += cpu-hotplug
+TARGETS += damon
 TARGETS += drivers/dma-buf
 TARGETS += efivarfs
 TARGETS += exec