linux/tools/testing/selftests/futex/functional
Ricardo Cañuelo 03cab65a07 selftests/futex: fix build for clang
Don't use the test-specific header files as source files to force a
target dependency, as clang will complain if more than one source file
is used for a compile command with a single '-o' flag.

Use the proper Makefile variables instead as defined in
tools/testing/selftests/lib.mk.

Signed-off-by: Ricardo Cañuelo <ricardo.canuelo@collabora.com>
Reviewed-by: André Almeida <andrealmeid@igalia.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2022-10-18 14:13:11 -06:00
..
.gitignore selftests: futex: Add sys_futex_waitv() test 2021-10-07 13:51:12 +02: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 selftests: futex: Fix 'the the' typo in comment 2022-08-02 21:57:03 +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.c selftests: futex: Add futex compare requeue test 2021-06-22 11:20:16 +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_wait.c selftests: futex: Add futex wait test 2021-06-22 11:20:15 +02:00
futex_waitv.c selftests: futex: Add sys_futex_waitv() test 2021-10-07 13:51:12 +02:00
Makefile selftests/futex: fix build for clang 2022-10-18 14:13:11 -06:00
run.sh selftests: futex: Add sys_futex_waitv() test 2021-10-07 13:51:12 +02:00