summaryrefslogtreecommitdiff
path: root/test/README
diff options
context:
space:
mode:
authorBrandon Philips <bphilips@suse.de>2009-02-13 18:24:52 -0800
committerAndreas Gruenbacher <agruen@suse.de>2009-02-23 00:44:52 +0100
commit42b71a193b25378d99bbcdef046863249897c342 (patch)
treed42b0ba3497c225d443e8b4b226b79e6b009c1cb /test/README
parent8ef43df04176449e6aacdaadd35fb585e27ba1e8 (diff)
downloadattr-42b71a193b25378d99bbcdef046863249897c342.tar.gz
attr: add make tests target and use make to run tests
The tests are difficult to run. So, this patch adds a Make target that sets up the path and runs *.test files in the test/ directory. ext specific tests can be ran from the test directory by running `make ext-tests` Signed-off-by: Brandon Philips <bphilips@suse.de>
Diffstat (limited to 'test/README')
-rw-r--r--test/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/README b/test/README
index ab8f232..fbc630a 100644
--- a/test/README
+++ b/test/README
@@ -1,3 +1,7 @@
+Run `make test` in the root source tree to build the tree and run
+FS-independent tests.
+
+Run `cd test; make ext` to run ext specific tests.
Andreas Gruenbacher's tests for the ext2 filesystem extended attributes
support. Most of these tests should work for any filesystem type, and