diff options
author | Jim Meyering <meyering@redhat.com> | 2009-10-16 19:14:38 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-10-19 15:04:06 +0200 |
commit | e93668e89082436d5bc7afb8689e94ea806ee2ad (patch) | |
tree | 7fa607ca7927fa5d49d74c9b5e82847478fc582f /tests/Makefile.am | |
parent | 54fba1ddcd237f615eb67f18e44f34e203c1523c (diff) | |
download | parted-e93668e89082436d5bc7afb8689e94ea806ee2ad.tar.gz |
tests: use scsi_debug to test-for 4k-sector-specific bug
* tests/t9010-big-sector.sh: New root-only test.
Requires 2.6.31, and the scsi_debug module, /sys/block/... support
and an upcoming version of libblkid.
* tests/Makefile.am (TESTS): Add t9010-big-sector.sh.
Thanks to Mike Snitzer for advice and for pointing me to similar
code he wrote to test LVM.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 9bf1b1d..42badff 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -27,7 +27,8 @@ TESTS = \ t5000-tags.sh \ t6000-dm.sh \ t7000-scripting.sh \ - t8000-loop.sh + t8000-loop.sh \ + t9010-big-sector.sh EXTRA_DIST = \ $(TESTS) test-lib.sh t-lib.sh lvm-utils.sh |