unittest_target

Name

unittest_target  --  create the unit test targets

Synopsis

unittest_target

Description

unittest_target creates unittest and unittest-verbose targets. The commands of the unittest target will run all unit test defined for packages with minimal (PASS | FAIL) output. The commands of the unittest-verbose target runs tests with lots of output.

Example

Add the unit test targets to the makefile:

    unittest_target