xref: /openbmc/linux/tools/testing/selftests/timens/Makefile (revision 7ae9fb1b7ecbb5d85d07857943f677fd1a559b18)
1TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex vfork_exec
2TEST_GEN_PROGS_EXTENDED := gettime_perf
3
4CFLAGS := -Wall -Werror -pthread
5LDLIBS := -lrt -ldl
6
7include ../lib.mk
8