xref: /linux/tools/testing/selftests/pipe/Makefile (revision c35eb77a67515d4201bc91294f40761591f43bbd)
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