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