about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-25 15:59:23 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-06-25 15:59:23 +0000
commitd94e69d43cd2fbbb847064a5f9c61e972d6ead42 (patch)
treef39de38135fa788525e9ad6c45b581a8f6451cbb /doc
parent8a101d382c3302345c09c3a5372c505c60b30b1c (diff)
downloadnetpbm-mirror-d94e69d43cd2fbbb847064a5f9c61e972d6ead42.tar.gz
netpbm-mirror-d94e69d43cd2fbbb847064a5f9c61e972d6ead42.tar.xz
netpbm-mirror-d94e69d43cd2fbbb847064a5f9c61e972d6ead42.zip
Add test instructions
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1958 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc')
-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
 --------------------