mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-31 14:33:16 +00:00
The next patch reverts the code that this test verified.
This reverts commit 6342140db6.
Signed-off-by: Andrei Vagin <avagin@gmail.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20220913102551.1121611-2-avagin@google.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
|