diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2018-11-20 23:00:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-20 23:00:20 +0000 |
commit | 0976a6af289d3940ac4b90be09517b31aa03099a (patch) | |
tree | a1ce18f970c1e9cb0a501a20196e594e87b4a095 | |
parent | 17c58f0c46aa0b39e27ea95bf0560737de9948ae (diff) | |
parent | 9088575db21af8de4a573976160ec4f303e795cb (diff) |
Merge "Add Unit test to the SoftHSMv2 build"
-rw-r--r-- | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ echo "Build SoftHSMv2..." cd SoftHSMv2 sh autogen.sh ./configure --disable-gost +make check make -j$(nproc) cd .. |