summaryrefslogtreecommitdiffstats
path: root/TestAufgabeFFP2.hs
Commit message (Collapse)AuthorAgeFilesLines
* make all tests executable and exit on errormanuel2012-05-211-2/+14
|
* fix gzs from AufgabeFFP2manuel2012-04-201-2/+5
|
* * remove trailing whitespacesmanuel2012-04-141-35/+35
| | | | | | | * fix wrong indention (no tabs, use 2 spaces, don't mix) * name testcaselists by their methods * add (more or less) individual testname per testcase * call testcase lists in a do-loop so that every testcase list generates a seperate output
* Testcases for 22Matthias Wisniowski2012-04-141-53/+25
|
* Fixed different values for h-functionMatthias Wisniowski2012-03-261-0/+69
Using Integer instead of Int solved the difference in values for the different h-functions. Apparently they have equal performance. Added basic testcases.