1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-19 15:39:46 +00:00
dindexer/test
King_DuckZ 929c5b8adf Add a unit test for PathName and fix the errors I found.
The pool was storing strings and references to it. References
became invalid as strings got moved around, as a consequence of
push_back() in the owner container. I'm storing references in
a custom StrRange struct now, and string refs are built on the
fly when one is needed.
2017-08-18 00:24:54 +01:00
..
gtest@c99458533a Import gtest. 2016-02-09 21:31:01 +01:00
unit Add a unit test for PathName and fix the errors I found. 2017-08-18 00:24:54 +01:00
unit_cli Move split_tags to core. 2016-07-10 17:12:19 +01:00