aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-test.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/git-annex-test.mdwn')
-rw-r--r--doc/git-annex-test.mdwn32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/git-annex-test.mdwn b/doc/git-annex-test.mdwn
new file mode 100644
index 000000000..b38084028
--- /dev/null
+++ b/doc/git-annex-test.mdwn
@@ -0,0 +1,32 @@
+# NAME
+
+git-annex test - run built-in test suite
+
+# SYNOPSIS
+
+git annex test
+
+# DESCRIPTION
+
+This runs git-annex's built-in test suite.
+
+The test suite runs in the `.t` subdirectory of the current directory
+(it refuses to run if `.t` already exists).
+
+It can be useful to run the test suite on different filesystems,
+or to verify your local installation of git-annex.
+
+# OPTIONS
+
+There are several options, provided by Haskell's tasty test
+framework. Pass --help for details.
+
+# SEE ALSO
+
+[[git-annex]](1)
+
+# AUTHOR
+
+Joey Hess <id@joeyh.name>
+
+Warning: Automatically converted into a man page by mdwn2man. Edit with care.