summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/rds/Makefile
blob: 762845cc973c3d9680238b36d9d2ee3973122f52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 \
# end of TEST_FILES

EXTRA_CLEAN := \
	include.sh \
	/tmp/rds_logs \
# end of EXTRA_CLEAN

include ../../lib.mk