summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/fchmodat2/Makefile
blob: 45b519eab8514b4d3c3e7055dca0551339852dca (plain)
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-2.0-or-later

CFLAGS += -Wall -O2 -g -fsanitize=address -fsanitize=undefined
TEST_GEN_PROGS := fchmodat2_test

include ../lib.mk