Commit 6a11d4a7 authored by jopejoe1's avatar jopejoe1
Browse files

tests.pkgs-lib: expose the tests included in it

parent 863fd89f
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -51,10 +51,12 @@ let
in

# It has to be a link farm for inclusion in the hydra unstable jobset.
pkgs.linkFarm "pkgs-lib-formats-tests" (
{
  formats-tests = pkgs.linkFarm "pkgs-lib-formats-tests" (
    mapAttrsToList (k: v: {
      name = k;
      path = v;
    }) (flatten "" structured)
)
  );
}
// structured
+1 −1
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@ in
    };
  };

  pkgs-lib = recurseIntoAttrs (import ../pkgs-lib/tests { inherit pkgs; });
  pkgs-lib = recurseIntoAttrs (callPackage ../pkgs-lib/tests { });

  buildFHSEnv = recurseIntoAttrs (callPackages ./buildFHSEnv { });