summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/rds/Makefile
blob: da9714bc7aad325d08c1fca9518cf193ef17c7c0 (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 \
	include.sh \
	test.py

EXTRA_CLEAN := /tmp/rds_logs

include ../../lib.mk