Add Unit test to the SoftHSMv2 build
[aaf/sshsm.git] / 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 ..