diff options
author | Mark Brown <broonie@kernel.org> | 2023-08-06 12:29:59 +0100 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2023-08-16 10:29:57 -0600 |
commit | 68b4d2d58389f9d1db7ffc02644498f215ee8c70 (patch) | |
tree | caf8651b0f7ecc9905e3f0883b3ef5e93e504db4 /tools/testing/selftests/Makefile | |
parent | 1e9519b6fbe44caac13504724ef02c69124b3cd9 (diff) |
selftests/user_events: Reenable build
The user_events selftests were removed from the standard set of
selftests due to the uapi header it relies on having been temporarily
removed. That header is now reinstated so we can reenable the tests.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 666b56f22a41..4e221bb620b4 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -89,6 +89,7 @@ TARGETS += tmpfs TARGETS += tpm2 TARGETS += tty TARGETS += user +TARGETS += user_events TARGETS += vDSO TARGETS += mm TARGETS += x86 |