aboutsummaryrefslogtreecommitdiff
path: root/src/unittest/test_filepath.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix RemoveRelatvePathComponentsShadowNinja2016-12-201-1/+4
| | | | | This used to return "/foo" for "../foo" when it should return the enpty string (i.e., error removing all relative components).
* Fix filepath > RemoveRelativePathComponent unittestsfan52016-11-271-1/+1
| | | | (was broken by e4ee6548afd01040046ee3780d0fbb121d141251)
* Tests: Modularize unit testingkwolekr2015-04-261-0/+261
Split unit tests into separate files under src/unittest/ Give better unittest diagnostics Clean up some code