Document "make check".

This commit is contained in:
Bart Schaefer 2001-05-29 16:01:12 +00:00
parent 9ce16aeeec
commit e4d828b28e
2 changed files with 16 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2001-05-29 Bart Schaefer <schaefer@zsh.org>
* 1454?: INSTALL: Mention "make check" and its usage.
2001-05-29 Chmouel Boudjnah <chmouel@mandrakesoft.com>
* 14539: Completion/Debian/Command/_update-alternatives:

12
INSTALL
View file

@ -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
--------------