diff options
author | pjd <pjd@FreeBSD.org> | 2006-01-31 11:20:13 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2006-01-31 11:20:13 +0000 |
commit | 9cd2981517e1acbe64af9f29fe08556f145ca97a (patch) | |
tree | 658c02a40765611317d692f362685d99e61c69d6 /tools/regression/redzone9/README | |
parent | 645dd7b662b95a91b935a1b4b9d354770a873a8d (diff) | |
download | FreeBSD-src-9cd2981517e1acbe64af9f29fe08556f145ca97a.zip FreeBSD-src-9cd2981517e1acbe64af9f29fe08556f145ca97a.tar.gz |
Add simple tests which verify that redzone(9) works properly.
Diffstat (limited to 'tools/regression/redzone9/README')
-rw-r--r-- | tools/regression/redzone9/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/regression/redzone9/README b/tools/regression/redzone9/README new file mode 100644 index 0000000..87ca49a --- /dev/null +++ b/tools/regression/redzone9/README @@ -0,0 +1,10 @@ +$FreeBSD$ + +To verify that redzone(9) works properly: + + # make + # make install + # kldload redzone + # sh test.sh + +And look at the logs/console output. |