This is a tool to create multiple contexts and threads and run read operations on all of them in a loop. Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
7 lines
217 B
Makefile
7 lines
217 B
Makefile
AM_CPPFLAGS=-I. -I${srcdir}/../include -I${srcdir}/../win32
|
|
AM_CFLAGS=$(WARN_CFLAGS)
|
|
AM_LDFLAGS=-no-undefined
|
|
LIBS=../lib/libiscsi.la
|
|
|
|
noinst_PROGRAMS = iscsiclient iscsi-dd iscsi-pthreads-inq iscsi-pthreads-readloop
|