aboutsummaryrefslogtreecommitdiff
path: root/Tests/Kranc.mt
Commit message (Collapse)AuthorAge
* Kranc.mt: Add test for ParameterConditionsIan Hinder2013-09-12
|
* Kranc.mt: Add test cases for pure-analysis thornsIan Hinder2013-09-10
|
* Kranc.mt: Add ODE test caseIan Hinder2013-09-10
|
* Add ClearAllTensors to all testsIan Hinder2013-09-09
|
* Kranc.mt: Add a test for conservation law calculationsIan Hinder2013-09-09
|
* Kranc.mt: Update IfThen test to expect integer 0 not floating point 0. in ↵Ian Hinder2013-09-05
| | | | comparison
* Kranc.mt: Add a SimpleWave testIan Hinder2013-09-05
|
* Kranc.mt: Add some variables useful in several testsIan Hinder2013-09-05
|
* Kranc.mt: Convert existing IfThen test into MUnit frameworkIan 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.