Add a test that we reply to NOPs from the target

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2015-04-16 08:16:58 -07:00
parent ec4eb766c7
commit e978232447
4 changed files with 276 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ AM_CPPFLAGS = -I../include "-D_U_=__attribute__((unused))" \
AM_CFLAGS = $(WARN_CFLAGS)
LDADD = ../lib/libiscsi.la
noinst_PROGRAMS = prog_reconnect prog_reconnect_timeout
noinst_PROGRAMS = prog_reconnect prog_reconnect_timeout prog_noop_reply
T = `ls test_*.sh`