qbe: enable tests
This commit is contained in:
parent
72419d8ee0
commit
d2a8d3c623
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
makeFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
passthru = {
|
||||
tests.can-run-hello-world = callPackage ./test-can-run-hello-world.nix {};
|
||||
updateScript = unstableGitUpdater { };
|
||||
|
|
Loading…
Reference in a new issue