summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/timens/Makefile
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@gmail.com>2020-10-15 09:00:20 -0700
committerThomas Gleixner <tglx@linutronix.de>2020-10-20 17:02:57 +0200
commita4fd8414659bf470e2146b352574bbd274e54b7a (patch)
tree6b79f348045cc2e84dc9a1d153e8f8a5ee4bb8b2 /tools/testing/selftests/timens/Makefile
parentc2f7d08cccf4af2ce6992feaabb9e68e4ae0bff3 (diff)
selftests/timens: Add a test for futex()timers-urgent-2020-10-25
Output on success: 1..2 ok 1 futex with the 0 clockid ok 2 futex with the 1 clockid # Totals: pass:2 fail:0 xfail:0 xpass:0 skip:0 error:0 Signed-off-by: Andrei Vagin <avagin@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20201015160020.293748-2-avagin@gmail.com
Diffstat (limited to 'tools/testing/selftests/timens/Makefile')
-rw-r--r--tools/testing/selftests/timens/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/timens/Makefile b/tools/testing/selftests/timens/Makefile
index b4fd9a934654..3a5936cc10ab 100644
--- a/tools/testing/selftests/timens/Makefile
+++ b/tools/testing/selftests/timens/Makefile
@@ -1,4 +1,4 @@
-TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec
+TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex
TEST_GEN_PROGS_EXTENDED := gettime_perf
CFLAGS := -Wall -Werror -pthread