about summary refs log tree commit diff
path: root/INSTALL
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-05-29 16:01:12 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-05-29 16:01:12 +0000
commite4d828b28e73846d24d03b3fada69f769cdcbb33 (patch)
tree8d58acec6882973ed817f3ebe2b52b6e64f57c4d /INSTALL
parent9ce16aeeecbd4cea4d8d91e0b5c9b7e5176c7503 (diff)
downloadzsh-e4d828b28e73846d24d03b3fada69f769cdcbb33.tar.gz
zsh-e4d828b28e73846d24d03b3fada69f769cdcbb33.tar.xz
zsh-e4d828b28e73846d24d03b3fada69f769cdcbb33.zip
Document "make check".
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index bf3319422..1c058c7b4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -152,6 +152,18 @@ Compiling Zsh
 After configuring, to build zsh, do the command:
     make
 
+It's then a good idea to check that your build is working properly:
+    make check
+
+If you have trouble with a particular test, you can run it separately:
+    make TESTNUM=C02 check
+
+The TESTNUM value can be a single test number, as above, or a letter to
+run an entire category of tests:
+    make TESTNUM=Y check
+
+See Test/README for a list of test categories.
+
 Installing Zsh
 --------------