summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/rds/Makefile
blob: 1803c39dbacb14d567cf6967778c7e3adffdc1f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: GPL-2.0

all:
	@echo mk_build_dir="$(shell pwd)" > include.sh

TEST_PROGS := run.sh \
	test.py

TEST_FILES := include.sh

EXTRA_CLEAN := /tmp/rds_logs include.sh

include ../../lib.mk