summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/jffs2_fsscandir01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* jffs2: Move into separate librarySebastian Huber2015-05-271-1/+2
| | | | | | | In case the zlib compression was used, then the librtemscpu.a depended on libz.a. To avoid a GCC patch or complicated link flags move the JFFS2 support into a separate library to use a simple "-ljffs2 -lz" to link the executable.
* Add simple test for scandir() on all file systems testedJoel Sherrill2015-03-042-0/+38
updates 1394