135N/ACopyright 2007 Sun Microsystems, Inc. All rights reserved.
135N/AUse is subject to license terms.
135N/A The global test target,
i.e. "make test", should be executed prior to
135N/A requesting code review and prior to integration. That target invokes
135N/A both the unit tests embedded in a subset of the modules and the
135N/A miscellany of ksh scripts that do various small dependency scenarios.
135N/A options of pkg(1) and pkgsend(1), using a variety of dependency
135N/A The embedded tests from the various modules should become disembedded
135N/A and coded to use the Python unittest testing framework module.
135N/A The special dependency scenarios should be recoded as part of
135N/A Targets to evaluate code coverage [1,2] should be added, possibly with
135N/A supporting global options added to each utility.
135N/A [1] N. Batchelder, coverage module, 2007.
135N/A [2] C. T. Brown, figleaf module, 2006.