selftests/timens: Add a test for futex()
[sfrench/cifs-2.6.git] / tools / testing / selftests / timens / Makefile
1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex
2 TEST_GEN_PROGS_EXTENDED := gettime_perf
3
4 CFLAGS := -Wall -Werror -pthread
5 LDLIBS := -lrt -ldl
6
7 include ../lib.mk