summaryrefslogtreecommitdiffstats
path: root/testfiles/src/dir-util-test.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-4/+4
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-13dir-util-test: #include "io/dir-util.h"Thomas Holder1-1/+1
2016-06-09Rename test->testfiles folder to avoid naming conflictAlex Valavanis1-0/+0
(bzr r14967.1.1)
2015-05-06Converted unit test fr dir-util for Google Test.Jon A. Cruz1-0/+63
(bzr r14113)