Closed folkertvanheusden closed 1 month ago
When I run ./configure --enable-test-tool --enable-tests --enable-examples (and make), the iscsi-test is not build (nor is iscsi-test-cu build).
./configure --enable-test-tool --enable-tests --enable-examples
iscsi-test
iscsi-test-cu
Ah, libcunit1-dev was not installed. that is not mentioned in the docs? See https://github.com/sahlberg/libiscsi/pull/424
Doc has been updated. Thanks!
When I run
./configure --enable-test-tool --enable-tests --enable-examples
(and make), theiscsi-test
is not build (nor isiscsi-test-cu
build).