minix/test/blocktest
Lionel Sambuc 84d9c625bf Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)
- Fix for possible unset uid/gid in toproto
 - Fix for default mtree style
 - Update libelf
 - Importing libexecinfo
 - Resynchronize GCC, mpc, gmp, mpfr
 - build.sh: Replace params with show-params.
     This has been done as the make target has been renamed in the same
     way, while a new target named params has been added. This new
     target generates a file containing all the parameters, instead of
     printing it on the console.
 - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org)
     get getservbyport() out of the inner loop

Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
2014-07-28 17:05:06 +02:00
..
blocktest.c drop the minix_ prefixes for mmap and munmap 2014-03-03 20:47:03 +01:00
Makefile blocktest: prepare to be run as part of tests 2014-03-01 09:04:53 +01:00
Makefile.inc Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC) 2014-07-28 17:05:06 +02:00
README blocktest: resolve label/minor in userland 2011-12-11 22:35:37 +01:00
support.sh blocktest: make script more newbie-friendly 2012-09-07 14:25:46 +00:00
system.conf blocktest: add system.conf file, too 2011-11-07 18:26:16 +01:00
test.sh Add testvnd.sh test script 2014-03-01 09:04:54 +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