xref: /linux/tools/testing/selftests/pipe/Makefile (revision efe86f088f48f18c27b648e5724048947f3b7fb4)
1# SPDX-License-Identifier: GPL-2.0
2# Copyright (c) 2026 Meta Platforms, Inc. and affiliates
3# Copyright (c) 2026 Breno Leitao <leitao@debian.org>
4
5CFLAGS += -O2 -Wall -Wextra -pthread
6
7TEST_GEN_PROGS := pipe_bench
8
9include ../lib.mk
10