Commit 0a130740 authored by Doron Behar's avatar Doron Behar
Browse files

python3Packages.misoc: Actually run tests.

parent 79a84bef
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
  migen,

  # tests
  unittestCheckHook,
  numpy,
}:

@@ -32,7 +33,10 @@ buildPythonPackage {
    migen
  ];

  nativeCheckInputs = [ numpy ];
  nativeCheckInputs = [
    unittestCheckHook
    numpy
  ];

  pythonImportsCheck = [ "misoc" ];