mkfs-simple: re-enable other size tests
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user