1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/tools/testing/selftests/futex/functional
Muhammad Usama Anjum bd7d481c37 selftests: futex: Add the uapi headers include variable
Out of tree build of this test fails if relative path of the output
directory is specified. KBUILD_OUTPUT also doesn't point to the correct
directory when relative path is used. Thus out of tree builds fail.
Remove the un-needed include paths and use KHDR_INCLUDES to correctly
reach the headers.

Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2022-02-23 17:20:32 -07:00
..
.gitignore selftests: futex: Add sys_futex_waitv() test 2021-10-07 13:51:12 +02:00
futex_requeue.c selftests: futex: Add futex compare requeue test 2021-06-22 11:20:16 +02:00
futex_requeue_pi.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
futex_requeue_pi_mismatched_ops.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
futex_requeue_pi_signal_restart.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
futex_wait.c selftests: futex: Add futex wait test 2021-06-22 11:20:15 +02:00
futex_wait_private_mapped_file.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
futex_wait_timeout.c selftests: futex: Test sys_futex_waitv() timeout 2021-10-07 13:51:12 +02:00
futex_wait_uninitialized_heap.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
futex_wait_wouldblock.c selftests: futex: Test sys_futex_waitv() wouldblock 2021-10-07 13:51:12 +02:00
futex_waitv.c selftests: futex: Add sys_futex_waitv() test 2021-10-07 13:51:12 +02:00
Makefile selftests: futex: Add the uapi headers include variable 2022-02-23 17:20:32 -07:00
run.sh selftests: futex: Add sys_futex_waitv() test 2021-10-07 13:51:12 +02:00