Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.11 8 lines 220 B view raw
1# SPDX-License-Identifier: GPL-2.0-or-later 2 3CFLAGS += -Wall -O2 -g -fsanitize=address -fsanitize=undefined 4TEST_GEN_PROGS := openat2_test resolve_test rename_attack_test 5 6include ../lib.mk 7 8$(TEST_GEN_PROGS): helpers.c