p11-glue / p11-kit

Provides a way to load and enumerate PKCS#11 modules.
https://p11-glue.github.io/p11-glue/p11-kit.html
Other
150 stars 92 forks source link

tests: Run tests using SoftHSM after installation #596

Closed ueno closed 10 months ago

ueno commented 10 months ago

This makes the unit tests self-contained so all possible code paths are exercised without optional packages installed. The integration tests against SoftHSM can still run after installation, through "make installcheck" or running the scripts manually.

Fixes: #593

ueno commented 10 months ago

Thanks for the review!