summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/timens/Makefile
blob: 08164548a49da1541f8ef695c43da1d08e5ef5a3 (plain)
1
2
3
4
5
6
TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs

CFLAGS := -Wall -Werror -pthread
LDFLAGS := -lrt

include ../lib.mk