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