aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/UnitTester.vcxproj
AgeCommit message (Collapse)AuthorFilesLines
2018-03-24Update unit test Visual C++ builds to Visual C++ 2017 with /std:c++latestNeil1-11/+12
but also allowing std::auto_ptr for Catch.
2018-03-20Add unit tests for UniCoversion.Neil1-0/+1
2016-10-18Visual Studio project for running unit tests makes it easier to debug them.Neil1-0/+164
Debugging visualizer for SplitVector helps understand state of objects.