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

@@ -27,6 +27,10 @@
#include "iscsi-support.h"
extern int show_info;
int T0000_testunitready_simple(const char *initiator, const char *url);
int T0100_read10_simple(const char *initiator, const char *url);