2b1e8921fc
The next patch reverts the code that this test verified. This reverts commit 6342140db6609a0c7d34f68c52b2947468e0e630. 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
|