aboutsummaryrefslogtreecommitdiff
path: root/src/unittest/test.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Add schematic unittestskwolekr2015-05-081-0/+26
| | | | | Improve schematic file-saving interface Add ability to create temporary test files
* Tests: Add NodeResolver unittestskwolekr2015-05-051-6/+71
| | | | | | Minor misc. NodeResolver cleanups Prefix faux content type constants for testing with t_ to avoid confusion or name collisions
* Tests: Modularize unit testingkwolekr2015-04-261-0/+547
Split unit tests into separate files under src/unittest/ Give better unittest diagnostics Clean up some code