summaryrefslogtreecommitdiff
path: root/tests/README
AgeCommit message (Collapse)AuthorFilesLines
2010-03-31docs: update tests/READMEKarel Zak1-3/+8
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-05-25tests: cleanup blkid cache after test device deinitializationKarel Zak1-0/+6
The libblkid reuses cached information when a cache entry is younger than 2 secs. That's wrong, because util-linux tests use devices more quickly. Signed-off-by: Karel Zak <kzak@redhat.com>
2007-05-18tests: add ts_log and --verbose supportKarel Zak1-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2007-01-04tests: add basic infrastructure for regression testsKarel Zak1-0/+16
The patch adds tests/ directory with simple regression tests infrastructure. Also, it adds the "ts-mount-paths" test that testing if all defined paths (fstab, mtab, locks) are still same. Signed-off-by: Karel Zak <kzak@redhat.com>