File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -476,8 +476,8 @@ Inside the `target\ep-firstVersion` folder, you will find all the generated code
476476
477477The ` dependencies ` folder contains JUnit 4.0 jar files that are necessary for compiling and running the JUnit test cases.
478478
479- On Windows, execute the ` execute .bat` script within its current
480- directory. On Linux, execute the ` execute .sh` script within its current
479+ On Windows, execute the ` evaluate_java .bat` script within its current
480+ directory. On Linux, execute the ` evaluate_java .sh` script within its current
481481directory.
482482
483483Both scripts will create a ` java-report.txt ` file within ` target/ep-firstVersion/ ` .
@@ -491,6 +491,14 @@ to you, then retrieve the latest Cpputest from their [github repository](https:/
491491On linux, execute the ` evaluate_cp.sh ` script within its current directory and it will create
492492a ` cpp-report.txt ` file within ` target/ep-firstVersion `
493493
494+ ## Compiling Haskel and running test cases with HUnit
495+
496+ The Haskell code uses [ HUnit] ( https://hackage.haskell.org/package/HUnit ) for testing. The ` resources ` folder in the haskell
497+ language subproject contains the Data and Test folders necessary.
498+
499+ On linux, execute the ` evaluate_haskell.sh ` script within its current directory and it will create
500+ a ` haskell-report.txt ` file within ` target/ep-firstVersion `
501+
494502# References
495503
4965041 . Wadler, Philip, [ Email to to Java Genericity Mailing List] ( http://homepages.inf.ed.ac.uk/wadler/papers/expression/expression.txt )
You can’t perform that action at this time.
0 commit comments