minix/test/blocktest/README
David van Moolenbroek fc34180cca Add "blocktest" test, for testing block drivers
The test is located in test/blocktest. It requires hand-editing of
its configuration, and is not part of any automated test set.
2011-11-07 14:55:55 +01:00

11 lines
341 B
Plaintext

Instructions on how to use blocktest:
1) compile it by running 'make'
2) read test.sh
3) edit and uncomment one line from test.sh
4) run './test.sh'
5) read the output in /var/log/messages
WARNING: while this tool works with both VFS and AVFS, it has been configured
to use AVFS's headers. Either use with AVFS, or edit blocktest.c first.