summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net/rds/Makefile
blob: 612a7219990eb11583637e46e68489905d62933e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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