Revert "selftests/timens: add a test for vfork+exit"
[linux-block.git] / tools / testing / selftests / timens / Makefile
CommitLineData
2b1e8921 1TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex
1854b97e 2TEST_GEN_PROGS_EXTENDED := gettime_perf
61c57676 3
46e00343 4CFLAGS := -Wall -Werror -pthread
3e839363 5LDLIBS := -lrt -ldl
61c57676
DS
6
7include ../lib.mk