qbe: enable tests

This commit is contained in:
Francesco Gazzetta 2021-06-21 15:55:50 +02:00
parent 72419d8ee0
commit d2a8d3c623

View file

@ -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 { };