Skip to content

Fix doctests

Administrator requested to merge fix_tests into master

Some tests weren't executed because the crate was staticlib. Adding rslib to the crate type makes the library build as a Rust lib, which lets all kinds of tests that are not unit tests run.

Edited by Administrator

Merge request reports