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