Add Unit test to the SoftHSMv2 build 10/70610/1
authorPramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>
Tue, 16 Oct 2018 15:20:41 +0000 (08:20 -0700)
committerPramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>
Tue, 16 Oct 2018 15:24:37 +0000 (08:24 -0700)
Issue-ID: AAF-549
Change-Id: Idca602a0960467d933d339790ee4c16c3f747ad7
Signed-off-by: Pramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com>
build.sh

index 8e44eb9..7015d48 100644 (file)
--- 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 ..