POSIX User Space
If you want to build the leancrypto shared library, use the provided Meson
build system:
-
Setup:
meson setup build
-
Compile:
meson compile -C build
-
Test:
meson test -C build --suite regression
-
Install:
meson install -C build
Testing
The leancrypto
build system contains the following types of testing. To
execute all tests in unison, invoke meson test -C build
:
-
Regression testing: invoked with
meson test -C build --suite regression
-
Performance testing: invoked with
meson test -C build --suite performance