diff --git a/nix/shell-glibc-2.26.nix b/nix/shell-glibc-2.26.nix index 22f16c5..7be2abb 100644 --- a/nix/shell-glibc-2.26.nix +++ b/nix/shell-glibc-2.26.nix @@ -20,6 +20,8 @@ with pkgs; cmakeBuildType = if (enableDebug) then "Debug" else "Release"; dontStrip = true; + doCheck = true; + checkTarget = "test"; src = ../.; };