]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - tools/testing/selftests/proc/Makefile
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-hirsute-kernel.git] / tools / testing / selftests / proc / Makefile
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
b2f5de03 2CFLAGS += -Wall -O2 -Wno-unused-function
61d47c4e 3CFLAGS += -D_GNU_SOURCE
9cd65655
AD
4
5TEST_GEN_PROGS :=
b2f5de03
AD
6TEST_GEN_PROGS += fd-001-lookup
7TEST_GEN_PROGS += fd-002-posix-eq
8TEST_GEN_PROGS += fd-003-kthread
5de3d401 9TEST_GEN_PROGS += proc-loadavg-001
e483b020 10TEST_GEN_PROGS += proc-pid-vm
35318db5
AD
11TEST_GEN_PROGS += proc-self-map-files-001
12TEST_GEN_PROGS += proc-self-map-files-002
c4219edf 13TEST_GEN_PROGS += proc-self-syscall
9cd65655 14TEST_GEN_PROGS += proc-self-wchan
1f5bd054
AD
15TEST_GEN_PROGS += proc-uptime-001
16TEST_GEN_PROGS += proc-uptime-002
05c3f292 17TEST_GEN_PROGS += read
61d47c4e 18TEST_GEN_PROGS += self
1fde6f21 19TEST_GEN_PROGS += setns-dcache
2cd36fb3 20TEST_GEN_PROGS += thread-self
9cd65655
AD
21
22include ../lib.mk