summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2007-01-28 00:10:28 +0000
committerpjd <pjd@FreeBSD.org>2007-01-28 00:10:28 +0000
commit9821af6a61ab5320a76df4994d7d5d45105d63ec (patch)
tree0c94dfc3047fd51af0a270d244ebeb26435d3f98 /tools
parentb640c5e1c484029c4b9f46aa6958054281d981c2 (diff)
downloadFreeBSD-src-9821af6a61ab5320a76df4994d7d5d45105d63ec.zip
FreeBSD-src-9821af6a61ab5320a76df4994d7d5d45105d63ec.tar.gz
Simple README file which shows how to use fstest.
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/fstest/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/regression/fstest/README b/tools/regression/fstest/README
new file mode 100644
index 0000000..841ed40
--- /dev/null
+++ b/tools/regression/fstest/README
@@ -0,0 +1,22 @@
+$FreeBSD$
+
+Few notes on how to use fstest in short steps:
+
+ # cd fstest
+ # vi tests/conf
+ Change 'fs' to file system type you want to test (UFS or ZFS).
+ # vi Makefile
+ You need to manually tweak few things by editing CFLAGS lines
+ at the top of the file.
+ # make
+ It will compile fstest utility which is used by regression tests.
+ # cd /path/to/file/system/you/want/to/test/
+ # prove -r /path/to/fstest/
+
+That's all. Enjoy.
+
+Currently supported operating systems: FreeBSD, Solaris.
+Currently supported file system types: UFS, ZFS.
+
+--
+Pawel Jakub Dawidek <pjd@FreeBSD.org>
OpenPOWER on IntegriCloud