9 lines
246 B
Makefile
Raw Normal View History

2026-01-21 18:59:54 +08:00
# SPDX-License-Identifier: GPL-2.0-or-later
2026-01-29 22:25:33 +08:00
CFLAGS += -Wall -O2 -g -fsanitize=address -fsanitize=undefined -static-libasan
2026-01-21 18:59:54 +08:00
TEST_GEN_PROGS := openat2_test resolve_test rename_attack_test
include ../lib.mk
$(TEST_GEN_PROGS): helpers.c helpers.h