Aleksa Sarai | b28a10a | 2020-01-18 23:08:00 +1100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-or-later |
2 | |||||
3 | CFLAGS += -Wall -O2 -g -fsanitize=address -fsanitize=undefined | ||||
4 | TEST_GEN_PROGS := openat2_test resolve_test rename_attack_test | ||||
5 | |||||
6 | include ../lib.mk | ||||
7 | |||||
Cristian Marussi | ea33967 | 2022-01-26 10:27:22 +0000 | [diff] [blame] | 8 | $(TEST_GEN_PROGS): helpers.c helpers.h |