summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/timens/Makefile
blob: b4fd9a9346547c71e8331d0ccb165ada9200d15e (plain)
1
2
3
4
5
6
7
TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec
TEST_GEN_PROGS_EXTENDED := gettime_perf

CFLAGS := -Wall -Werror -pthread
LDLIBS := -lrt -ldl

include ../lib.mk