minix/test/blocktest
2011-11-07 18:26:16 +01:00
..
blocktest.c Move optset.c into libsys; remove redundant copies 2011-11-07 16:16:08 +01:00
Makefile Move optset.c into libsys; remove redundant copies 2011-11-07 16:16:08 +01:00
README Add "blocktest" test, for testing block drivers 2011-11-07 14:55:55 +01:00
system.conf blocktest: add system.conf file, too 2011-11-07 18:26:16 +01:00
test.sh Add "blocktest" test, for testing block drivers 2011-11-07 14:55:55 +01:00

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.