From e4d828b28e73846d24d03b3fada69f769cdcbb33 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 29 May 2001 16:01:12 +0000 Subject: Document "make check". --- INSTALL | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'INSTALL') 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 -------------- -- cgit 1.4.1