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