summaryrefslogtreecommitdiffstats
path: root/tests/dirent.c
Commit message (Collapse)AuthorAgeFilesLines
* dirent: Add function to allocate & build long nameHEADmasterPatrick McDermott2023-07-311-1/+16
| | | | | | | And add test cases. Based on code from commit 42156fbb5d41e2360336c32365e89b14fe5b01ca, which was removed in commit bceab75f6330f82e55381c49026878e3a339a984.
* tests: Fix dirent test with is_dir=1Patrick McDermott2023-07-311-1/+1
| | | | | opkg_opk_dirent_name_prefix() only adds a trailing slash if there's room in the name buffer.
* tests: Add dirent testsPatrick McDermott2023-07-311-0/+63
Based on test code removed in commit ceb7c5fd1ee2705b09aac143931a925a6f23d7eb.