summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/namespaces/Makefile
blob: 5fe4b3dc07d3edfa0bdacdc4378a04f0559be9f8 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0-only
CFLAGS += -Wall -O0 -g $(KHDR_INCLUDES) $(TOOLS_INCLUDES)

TEST_GEN_PROGS := nsid_test file_handle_test init_ino_test

include ../lib.mk