1
0
Fork 0
android_kernel_rockchip_tart/tools/testing/selftests/net/rds/Makefile
2025-06-27 00:32:42 -05:00

12 lines
208 B
Makefile

# 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