mkfs-simple: re-enable other size tests
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
66136b70b8
commit
2091c2ed21
@ -29,8 +29,8 @@ int main(int argc, char **argv) {
|
||||
int ret = 0;
|
||||
|
||||
ret += make_image("fat12-1300k.img", 1300 * 1024);
|
||||
// ret += make_image("fat12-1800k.img", 1800 * 1024);
|
||||
// ret += make_image("fat12-128k.img", 128 * 1024);
|
||||
ret += make_image("fat12-1800k.img", 1800 * 1024);
|
||||
ret += make_image("fat12-128k.img", 128 * 1024);
|
||||
ret += make_image("fat12-16M.img", 16 * 1024 * 1024);
|
||||
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user