aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* tests: expand usage stringsMike Frysinger2012-12-241-1/+1
| | | | | | | Makes it easier to quickly figure out how to run a helper test without having to resort to existing usage or the code itself. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* tests: extend file/dirfd parsingMike Frysinger2009-06-041-1/+1
| | | | | | | Add support for file keywords (like "NULL") and for opening paths for dirfd arguments. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* tests: add symlink tests and unify codeMike Frysinger2009-03-081-1/+1
| | | | | | | Add test cases for symlink behavior and unify some of the test code to make adding more test cases even easier. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* disable tests for unavailable funcsMike Frysinger2009-02-121-0/+1
| | | | | | | Not all systems implement the full range of functions we wrap, so we shouldn't require them in the test suite either. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* tests: initial test frameworkMike Frysinger2008-11-111-0/+18
Signed-off-by: Mike Frysinger <vapier@gentoo.org>