mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-20 01:24:39 +08:00
a4fd841465
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
8 lines
186 B
Makefile
8 lines
186 B
Makefile
TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex
|
|
TEST_GEN_PROGS_EXTENDED := gettime_perf
|
|
|
|
CFLAGS := -Wall -Werror -pthread
|
|
LDLIBS := -lrt -ldl
|
|
|
|
include ../lib.mk
|