Unit test script that runs within a docker image

Recursively determine dependencies per package starting from the package
to be unit tested. This will then download, build, and install those
dependencies returning up the call stack as they are installed with the
package to be unit tested last. A `make check` is issued to execute the
unit tests for that package after its installed.

Change-Id: I194ab0be2408dc0755e75029c7d1f54c5afcdba1
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
3 files changed