xref: /linux/tools/testing/selftests/net/rds/Makefile (revision 91a4855d6c03e770e42f17c798a36a3c46e63de2)
1# SPDX-License-Identifier: GPL-2.0
2
3all:
4	@echo mk_build_dir="$(shell pwd)" > include.sh
5
6TEST_PROGS := run.sh
7
8TEST_FILES := \
9	include.sh \
10	settings \
11	test.py \
12# end of TEST_FILES
13
14EXTRA_CLEAN := \
15	include.sh \
16	/tmp/rds_logs \
17# end of EXTRA_CLEAN
18
19include ../../lib.mk
20