summaryrefslogtreecommitdiff
path: root/Source/UnitTests/run-unittests.py
Commit message (Collapse)AuthorAge
* Make run-unittests.py executable under Linux/OSX. ThisGravatar Dan Liew2014-11-17
| | | | | required changing the line endings so that it uses unix line endings.
* Introduce unit tests which use NUnit. NUnit is now a dependencyGravatar Dan Liew2014-11-17
so developers need to install it via NuGet. There aren't many tests yet. Just a few for Core and Basetypes but hopefully more will be added in the future. More information can be found in Source/UnitTests/README.md