commit | ccb7f8545c9980b5df5b28e25469d39670dd6520 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Wed Nov 23 17:43:02 2016 -0600 |
committer | Matthew Barth <msbarth@us.ibm.com> | Wed Jan 18 12:13:58 2017 -0600 |
tree | a7c958f72536f154c2c2eb6ba93957a37f2f1111 | |
parent | c5dec75eb39d12333e9286d22e0b28d9ef58fb3e [diff] |
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>
Build script for CI jobs in Jenkins.