about summary refs log tree commit diff
path: root/doc/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'doc/INSTALL')
-rw-r--r--doc/INSTALL23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index 474b61cf..f8397ca2 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -52,6 +52,29 @@ and it will attempt to build whatever it hasn't successfully built
 yet.
 
 
+CHECKING THE BUILD
+------------------
+
+The package comes with a test facility, which you can run after packaging,
+against the package you created.  The typical sequence is
+
+    make
+
+    make package
+
+    make check
+
+    ./installnetpbm
+
+To capture all the messages from "make check" do:
+
+    make check > test.log  2>&1
+
+The test facility was new in Netpbm 10.61 (December 2012).
+
+For further information on the tests read the document TESTS.
+
+
 AUTOMATING THE BUILD
 --------------------