From d43a148204a983bf676750f50640969f8edf7350 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 11 Oct 2011 13:58:47 +0000 Subject: * Add a test for nix-copy-closure. --- release.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'release.nix') diff --git a/release.nix b/release.nix index 5a64374271d4..4f3e5fac02a6 100644 --- a/release.nix +++ b/release.nix @@ -145,6 +145,10 @@ let inherit nixpkgs nixos; nix = build { inherit system; }; system = "x86_64-linux"; }).test; + tests.nix_copy_closure = (import ./tests/nix-copy-closure.nix rec { + inherit nixpkgs nixos; nix = build { inherit system; }; system = "x86_64-linux"; + }).test; + }; -- cgit 1.4.1