blob: 843ba56d8e49ecf35777214fff8690b4f6c688e7 [file] [log] [blame]
Aleksa Saraib28a10a2020-01-18 23:08:00 +11001# 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
Cristian Marussiea339672022-01-26 10:27:22 +00008$(TEST_GEN_PROGS): helpers.c helpers.h