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