From: Pramod Raghavendra Jayathirth Date: Tue, 16 Oct 2018 15:20:41 +0000 (-0700) Subject: Add Unit test to the SoftHSMv2 build X-Git-Tag: 3.0.1-ONAP~2^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F10%2F70610%2F1;p=aaf%2Fsshsm.git Add Unit test to the SoftHSMv2 build Issue-ID: AAF-549 Change-Id: Idca602a0960467d933d339790ee4c16c3f747ad7 Signed-off-by: Pramod Raghavendra Jayathirth --- diff --git a/build.sh b/build.sh index 8e44eb9..7015d48 100644 --- a/build.sh +++ b/build.sh @@ -31,6 +31,7 @@ echo "Build SoftHSMv2..." cd SoftHSMv2 sh autogen.sh ./configure --disable-gost +make check make -j$(nproc) cd ..