Adding tests and a fixture

This commit is contained in:
Michael Tryby
2018-07-05 18:35:41 -04:00
parent 594b6b9260
commit 245e2c5060
4 changed files with 244 additions and 5 deletions

View File

@@ -287,7 +287,8 @@ extern "C" {
as it carries out its computations. If this feature is not
needed then the argument should be NULL.
*/
int DLLEXPORT ENepanet(char *inpFile, char *rptFile, char *binOutFile, void (*callback) (char *));
int DLLEXPORT ENepanet(const char *inpFile, const char *rptFile,
const char *binOutFile, void (*callback) (char *));
/**
@brief Initializes an EPANET session