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