summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/pipe/Makefile
blob: 1810c680117b3ff4686c6c6787ed18604bdb48cb (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2026 Meta Platforms, Inc. and affiliates
# Copyright (c) 2026 Breno Leitao <leitao@debian.org>

CFLAGS += -O2 -Wall -Wextra -pthread

TEST_GEN_PROGS := pipe_bench

include ../lib.mk