nalgebra/tests
Vinzent Steinberg bbe1d0cd56 Improve error message for `cargo test`
There is a custom compiler error, hinting that the "debug", "compare"
and "rand" feature are required for compiling and running the tests.
However, this error was not displayed when running `cargo test` due to
other compilation errors taking precedence.

This is now avoided by just not compiling the integration tests when the
necessary features are not enabled.
2021-04-10 00:48:58 -03:00
..
core Use proptest for all nalgebra tests. 2021-02-28 17:52:14 +01:00
geometry Use proptest for all nalgebra tests. 2021-02-28 17:52:14 +01:00
linalg Add determinant method to Cholesky 2021-04-07 23:10:19 -04:00
proptest nalgebra-lapack: run tests with proptest instead of quickcheck. 2021-02-28 18:39:18 +01:00
sparse Use proptest for all nalgebra tests. 2021-02-28 17:52:14 +01:00
lib.rs Improve error message for `cargo test` 2021-04-10 00:48:58 -03:00