aboutsummaryrefslogtreecommitdiff
path: root/src/unittest/test_filepath.cpp
AgeCommit message (Collapse)Author
2022-09-06Code optimizations / refactor (#12704)Herman Semenov
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com> Co-authored-by: sfan5 <sfan5@live.de>
2016-12-20Fix RemoveRelatvePathComponentsShadowNinja
This used to return "/foo" for "../foo" when it should return the enpty string (i.e., error removing all relative components).
2016-11-27Fix filepath > RemoveRelativePathComponent unittestsfan5
(was broken by e4ee6548afd01040046ee3780d0fbb121d141251)
2015-04-26Tests: Modularize unit testingkwolekr
Split unit tests into separate files under src/unittest/ Give better unittest diagnostics Clean up some code