From d94e69d43cd2fbbb847064a5f9c61e972d6ead42 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 25 Jun 2013 15:59:23 +0000 Subject: Add test instructions git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1958 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- doc/INSTALL | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'doc') 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 -------------------- -- cgit 1.4.1