summaryrefslogtreecommitdiffstats
path: root/tests/bigdirs
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add 'make check-slow' rule to recursively run slow/long-running tests.Richard W.M. Jones2012-11-131-5/+7
|
* Fix tests/bigdirs/test-big-dirs.pl to use mke2fsWanlong Gao2012-09-241-14/+4
| | | | | | | | | | | Let tests/bigdirs/test-big-dirs.pl uses mke2fs to create small inode ratio files. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> RWMJ: - Fix invocation of mke2fs with optional arguments. - Run the test to check it works.
* tests/bigdirs: Add empty TESTS= rule.Richard W.M. Jones2012-09-241-3/+4
| | | | | | Without this empty rule, automake doesn't generate the rest of the testing infrastructure, so you can't enable the test yourself by doing 'make check TESTS=test-big-dirs.pl'.
* tests/big-dirs: Don't run this test by default.Richard W.M. Jones2012-08-301-5/+6
|
* tests: Add a test for large directories.Richard W.M. Jones2012-08-172-0/+119
This also tests the reimplemented APIs: - ls - lstatlist - lxattrlist - readlinklist