mirror of
https://github.com/torvalds/linux.git
synced 2026-04-22 16:53:59 -04:00
This adds some basic self-testing infrastructure for RDS-TCP. Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com> Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Allison Henderson <allison.henderson@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
13 lines
188 B
Makefile
13 lines
188 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
all:
|
|
@echo mk_build_dir="$(shell pwd)" > include.sh
|
|
|
|
TEST_PROGS := run.sh \
|
|
include.sh \
|
|
test.py
|
|
|
|
EXTRA_CLEAN := /tmp/rds_logs
|
|
|
|
include ../../lib.mk
|