xref: /linux/tools/testing/selftests/net/rds/Makefile (revision 18a7e218cfcdca6666e1f7356533e4c988780b57)
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	test.py \
11# end of TEST_FILES
12
13EXTRA_CLEAN := \
14	include.sh \
15	/tmp/rds_logs \
16# end of EXTRA_CLEAN
17
18include ../../lib.mk
19