Skip to content

Commit 74cda2e

Browse files
committed
Included Haskell in readme
1 parent bc04142 commit 74cda2e

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@ Inside the `target\ep-firstVersion` folder, you will find all the generated code
476476

477477
The `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
481481
directory.
482482

483483
Both 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:/
491491
On linux, execute the `evaluate_cp.sh` script within its current directory and it will create
492492
a `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

496504
1. Wadler, Philip, [Email to to Java Genericity Mailing List](http://homepages.inf.ed.ac.uk/wadler/papers/expression/expression.txt)

0 commit comments

Comments
 (0)