diff options
author | Petr Uzel <petr.uzel@suse.cz> | 2011-11-26 15:45:09 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-11-27 09:55:44 +0100 |
commit | 0e949391543b49e9d7b3a9a2c3682e7faaaa2285 (patch) | |
tree | 8ef56ee7b8b2dbd20a18e7c3f240555d604be8b6 /tests/Makefile.am | |
parent | ca97da905bd21f2a4371f4717f7c46a936af6b2c (diff) | |
download | parted-0e949391543b49e9d7b3a9a2c3682e7faaaa2285.tar.gz |
tests: test for partitions on mdraid
* tests/t6100-mdraid-partitions.sh: New file.
* tests/Makefile.am: Run this test.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5bc513d..616684e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -49,6 +49,7 @@ TESTS = \ t4300-nilfs2-tiny.sh \ t5000-tags.sh \ t6000-dm.sh \ + t6100-mdraid-partitions.sh \ t7000-scripting.sh \ t8000-loop.sh \ t8001-loop-blkpg.sh \ |