Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck...
[deliverable/linux.git] / tools / testing / selftests / ptrace / Makefile
1 CFLAGS += -iquote../../../../include/uapi -Wall
2 peeksiginfo: peeksiginfo.c
3
4 all: peeksiginfo
5
6 clean:
7 rm -f peeksiginfo
8
9 run_tests: all
10 @./peeksiginfo || echo "peeksiginfo selftests: [FAIL]"
This page took 0.029174 seconds and 5 git commands to generate.