about summary refs log tree commit diff
path: root/lib/tests
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2023-01-03 13:46:11 +0100
committerGitHub <noreply@github.com>2023-01-03 13:46:11 +0100
commitf61d4d346bcacb4967a4f259280682279e9db7c5 (patch)
treea8b90c69d35f8242bc586ef2d82c246a70e8a835 /lib/tests
parentd52db30a7d5cfd7ea34ac87f2b873432fd3076ab (diff)
parent0667ef5dd5cc7aa00e7d5ebf4391b7ee1d414a0c (diff)
Merge pull request #205190 from NixOS/lib.path.relativeNormalise
lib.path.subpath.{isValid,normalise}: init
Diffstat (limited to 'lib/tests')
-rw-r--r--lib/tests/release.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tests/release.nix b/lib/tests/release.nix
index b93a4236f91e1..f67892ab962f2 100644
--- a/lib/tests/release.nix
+++ b/lib/tests/release.nix
@@ -15,6 +15,9 @@ pkgs.runCommand "nixpkgs-lib-tests" {
       inherit pkgs;
       lib = import ../.;
     })
+    (import ../path/tests {
+      inherit pkgs;
+    })
   ];
 } ''
     datadir="${pkgs.nix}/share"