diff options
author | Mark Brown <broonie@kernel.org> | 2023-08-06 01:14:07 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2023-08-16 18:35:35 +0200 |
commit | 888c72d581983ba935d73daed90a7ae4838fc6e1 (patch) | |
tree | 0384b434abb98df0e4ac213b6576349fc78d67ec /tools/testing/selftests/Makefile | |
parent | selftests/user_events: Reenable build (diff) | |
download | linux-888c72d581983ba935d73daed90a7ae4838fc6e1.tar.xz linux-888c72d581983ba935d73daed90a7ae4838fc6e1.zip |
selftests: Hook more tests into the build infrastructure
We have some dmabuf-heaps and perf_events tests but they are not hooked
up to the kselftest build infrastructure which is a bit of an obstacle
to running them in systems with generic infrastructure for selftests.
Add them to the top level kselftest Makefile so they get built as
standard.
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r-- | tools/testing/selftests/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 4e221bb620b4..a8573a3a5430 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -12,6 +12,7 @@ TARGETS += core TARGETS += cpufreq TARGETS += cpu-hotplug TARGETS += damon +TARGETS += dmabuf-heaps TARGETS += drivers/dma-buf TARGETS += drivers/s390x/uvdevice TARGETS += drivers/net/bonding @@ -56,6 +57,7 @@ TARGETS += net/mptcp TARGETS += net/openvswitch TARGETS += netfilter TARGETS += nsfs +TARGETS += perf_events TARGETS += pidfd TARGETS += pid_namespace TARGETS += powerpc @@ -88,6 +90,7 @@ endif TARGETS += tmpfs TARGETS += tpm2 TARGETS += tty +TARGETS += uevents TARGETS += user TARGETS += user_events TARGETS += vDSO |