Skip to content

Commit 888c72d

Browse files
broonieshuahkh
authored andcommitted
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>
1 parent 68b4d2d commit 888c72d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/testing/selftests/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ TARGETS += core
1212
TARGETS += cpufreq
1313
TARGETS += cpu-hotplug
1414
TARGETS += damon
15+
TARGETS += dmabuf-heaps
1516
TARGETS += drivers/dma-buf
1617
TARGETS += drivers/s390x/uvdevice
1718
TARGETS += drivers/net/bonding
@@ -56,6 +57,7 @@ TARGETS += net/mptcp
5657
TARGETS += net/openvswitch
5758
TARGETS += netfilter
5859
TARGETS += nsfs
60+
TARGETS += perf_events
5961
TARGETS += pidfd
6062
TARGETS += pid_namespace
6163
TARGETS += powerpc
@@ -88,6 +90,7 @@ endif
8890
TARGETS += tmpfs
8991
TARGETS += tpm2
9092
TARGETS += tty
93+
TARGETS += uevents
9194
TARGETS += user
9295
TARGETS += user_events
9396
TARGETS += vDSO

0 commit comments

Comments
 (0)