added new partmaps test

This commit is contained in:
bvk.groups@gmail.com 2010-09-09 21:10:17 +05:30
parent 7bf45fdd31
commit 56672f4a8b
2 changed files with 265 additions and 0 deletions

View file

@ -538,6 +538,12 @@ script = {
common = tests/grub_script_not.in;
};
script = {
testcase;
name = partmap_test;
common = tests/partmap_test.in;
};
program = {
testcase;
name = example_unit_test;