Add rebuild to unit test script if no lib found 43/4543/1
authorE. Scott Daniels <daniels@research.att.com>
Thu, 13 Aug 2020 16:48:38 +0000 (12:48 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Thu, 13 Aug 2020 16:48:38 +0000 (12:48 -0400)
commitcfe644eb560546f5f39d4a3823225b66180a9e9a
tree8f3eec83334f56fbf30a54b09557dd5d55570786
parent368cf5e2adaaf24b82d4ac28638f06a1aa2ccfae
Add rebuild to unit test script if no lib found

The sonar jenkins jobs do not force a build which is now a problem
for the unit tests as some of them require the framework library
to be found.  This change adds a build step to the unit test
script if the library is missing which will allow the sonar jobs
to run.

Issue-ID: RIC-634

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I34e9a9bf5c6db1a868e390cdfa855e24c0b3b410
test/unit_test.sh