JustOS/linux-6.13/tools/testing/selftests/net/rds/Makefile

13 lines
208 B
Makefile
Raw Normal View History

2025-01-24 14:00:19 +00:00
# SPDX-License-Identifier: GPL-2.0
all:
@echo mk_build_dir="$(shell pwd)" > include.sh
TEST_PROGS := run.sh
TEST_FILES := include.sh test.py
EXTRA_CLEAN := /tmp/rds_logs include.sh
include ../../lib.mk