]> git.samba.org - sfrench/cifs-2.6.git/blob - tools/testing/selftests/timens/Makefile
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[sfrench/cifs-2.6.git] / tools / testing / selftests / timens / Makefile
1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex vfork_exec
2 TEST_GEN_PROGS_EXTENDED := gettime_perf
3
4 CFLAGS := -Wall -Werror -pthread
5 LDLIBS := -lrt -ldl
6
7 include ../lib.mk