xref: /linux/tools/testing/selftests/net/rds/Makefile (revision 830988b6cf197e6dcffdfe2008c5738e6c6c3c0f)
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