eigenpy: run unit tests

This commit is contained in:
Guilhem Saurel
2025-05-04 12:34:53 +02:00
parent 669deec738
commit 1dda6c1752
@@ -31,6 +31,7 @@ buildPythonPackage rec {
cmakeFlags = [
"-DINSTALL_DOCUMENTATION=ON"
"-DBUILD_TESTING=ON"
"-DBUILD_TESTING_SCIPY=ON"
];
@@ -50,6 +51,8 @@ buildPythonPackage rec {
numpy
];
preInstallCheck = "make test";
pythonImportsCheck = [ "eigenpy" ];
meta = with lib; {