mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
a750c7474a
Output on success: 1..1 ok 1 exec # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0 Output on failure: 1..1 not ok 1 36016 16 Bail out! Output with lack of permissions: 1..1 not ok 1 # SKIP need to run as root Output without support of time namespaces: 1..1 not ok 1 # SKIP Time namespaces are not supported Co-developed-by: Dmitry Safonov <dima@arista.com> Signed-off-by: Andrei Vagin <avagin@gmail.com> Signed-off-by: Dmitry Safonov <dima@arista.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20191112012724.250792-35-dima@arista.com
8 lines
181 B
Makefile
8 lines
181 B
Makefile
TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec
|
|
TEST_GEN_PROGS_EXTENDED := gettime_perf
|
|
|
|
CFLAGS := -Wall -Werror -pthread
|
|
LDFLAGS := -lrt -ldl
|
|
|
|
include ../lib.mk
|