]> Zhao Yanbai Git Server - minix.git/commit
blocktest: resolve label/minor in userland
authorDavid van Moolenbroek <david@minix3.org>
Sun, 11 Dec 2011 14:37:35 +0000 (15:37 +0100)
committerDavid van Moolenbroek <david@minix3.org>
Sun, 11 Dec 2011 21:35:37 +0000 (22:35 +0100)
commit95d1f25b289cc6703e084205f1dd8acb98475030
treee9f2f5699c4d99f5d4dc1bc5638e37abd313cee9
parent35cf8beb336549e77c8c9e3b4af92e98aa408efa
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.
test/blocktest/Makefile
test/blocktest/Makefile.inc [new file with mode: 0644]
test/blocktest/README
test/blocktest/blocktest.c
test/blocktest/support.sh [new file with mode: 0644]
test/blocktest/test.sh