summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/timens/Makefile
blob: 293aed6be95e16e44f71fc5ac3c9fa7edff63c79 (plain)
1
2
3
4
5
6
TEST_GEN_PROGS := timens timerfd

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

include ../lib.mk