]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - tools/testing/selftests/openat2/Makefile
Merge tag 'kvm-x86-mmu-6.7' of https://github.com/kvm-x86/linux into HEAD
[thirdparty/kernel/stable.git] / tools / testing / selftests / openat2 / Makefile
CommitLineData
b28a10ae
AS
1# SPDX-License-Identifier: GPL-2.0-or-later
2
c652df8a 3CFLAGS += -Wall -O2 -g -fsanitize=address -fsanitize=undefined -static-libasan
b28a10ae
AS
4TEST_GEN_PROGS := openat2_test resolve_test rename_attack_test
5
6include ../lib.mk
7
ea339672 8$(TEST_GEN_PROGS): helpers.c helpers.h