Initial test branch for adding tests to libiscsi

These tests depends on not yet released version on TGTD to allow running
both TGTD and TGTADM as unprivileged users to set up and configure
targets to test against during make test.
Update TGTD to tip of master before running these tests.

See STGT mailinglist for patches.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2015-04-09 08:18:36 -07:00
parent fc6e06ce04
commit e8a2296f94
10 changed files with 923 additions and 3 deletions

View File

@@ -133,10 +133,11 @@ AC_SEARCH_LIBS(clock_gettime, rt, [
AC_CONFIG_FILES([Makefile]
[lib/Makefile]
[doc/Makefile]
[utils/Makefile]
[test-tool/Makefile]
[examples/Makefile]
[lib/Makefile]
[test-tool/Makefile]
[tests/Makefile]
[utils/Makefile]
[libiscsi.pc])
AC_OUTPUT