Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yuanchu Xie and committed by
Shuah Khan
678f0cdc ea1d15a0

+1
+1
tools/testing/selftests/Makefile
··· 9 9 TARGETS += core 10 10 TARGETS += cpufreq 11 11 TARGETS += cpu-hotplug 12 + TARGETS += damon 12 13 TARGETS += drivers/dma-buf 13 14 TARGETS += efivarfs 14 15 TARGETS += exec