aboutsummaryrefslogtreecommitdiff
path: root/Tests/RunTests.m
Commit message (Collapse)AuthorAge
* RunTests.m: Allow selection of test suite file to runIan Hinder2013-09-05
| | | Cannot run individual tests yet
* Tests: Add McLachlan.mtIan Hinder2013-09-05
| | | This exercises a large amount of code, but takes about 2 minutes to run, even with NoSimplify -> True.
* RunTests.m: Quieten test outputIan Hinder2013-09-05
|
* Add beginnings of unit testsIan Hinder2013-09-05
Currently just the test runner and a simple test which calls CreateThorn with minimal arguments. You will need Wolfram Workbench installed, and my MUnitRunner package from https://bitbucket.org/ianhinder/munitrunner, and "math" on your path. Executing ./RunTests.m from the Tests directory will run the test. Generated thorn output is not yet stored in the repository as I don't know how large it will get. Differences are also not yet checked against any reference files.