Unify process_alloc() and process_realloc() with PROCESS_ALLOC_MODE_REALLOC bit
[moveable_pool.git] / p.sh
1 #!/bin/sh
2
3 echo "generate test script"
4 ./inode_test_gen 64 16128 1024 4096 >inode_test.txt
5
6 echo "run test script"
7 rm -f fs.bin
8 ./mkfs fs.bin 256 16384
9 ./inode_test_run fs.bin 64 <inode_test.txt