CUnit tests now working for first 2 suites, but

Makefile.am not correct yet.
This commit is contained in:
Lee Duncan
2013-01-04 18:11:36 -08:00
parent fb4724c813
commit d3324decd2
14 changed files with 993 additions and 130 deletions

View File

@@ -44,6 +44,8 @@
int (*real_iscsi_queue_pdu)(struct iscsi_context *iscsi, struct iscsi_pdu *pdu);
int show_info;
struct scsi_test {
const char *name;
int (*test)(const char *initiator, const char *url);