minix/test/blocktest
David van Moolenbroek 95d1f25b28 blocktest: resolve label/minor in userland
The test script now resolves the device node into a <label,minor>
pair, so that the blocktest driver itself no longer has to. This
removes blocktest's dependency on VFS' internal data structures.

Also allow blocktest to be linked using with gcc/clang.
2011-12-11 22:35:37 +01:00
..
blocktest.c blocktest: resolve label/minor in userland 2011-12-11 22:35:37 +01:00
Makefile blocktest: resolve label/minor in userland 2011-12-11 22:35:37 +01:00
Makefile.inc blocktest: resolve label/minor in userland 2011-12-11 22:35:37 +01:00
README blocktest: resolve label/minor in userland 2011-12-11 22:35:37 +01:00
support.sh blocktest: resolve label/minor in userland 2011-12-11 22:35:37 +01:00
system.conf blocktest: add system.conf file, too 2011-11-07 18:26:16 +01:00
test.sh blocktest: resolve label/minor in userland 2011-12-11 22:35:37 +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