summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net/rds/Makefile
blob: ab9e92399a6d7bfd2d21304c3fdfd2bf9c356437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-License-Identifier: GPL-2.0

all:
	@echo mk_build_dir="$(shell pwd)" > include.sh

TEST_PROGS := rds_run.sh

TEST_GEN_PROGS := getsockopt

TEST_FILES := \
	include.sh \
	settings \
	test.py \
# end of TEST_FILES

EXTRA_CLEAN := \
	include.sh \
	/tmp/rds_logs \
# end of EXTRA_CLEAN

CFLAGS += $(KHDR_INCLUDES)

include ../../lib.mk