about summary refs log tree commit diff
path: root/pkgs/test/default.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2022-05-09 14:18:40 +0200
committerRobert Hensing <robert@roberthensing.nl>2022-05-09 14:21:56 +0200
commit93abb7bef7a73f0c5fa0453d60c024ca7464f1c5 (patch)
tree57693c87cfff322ca35117d00a90ebe1a8333058 /pkgs/test/default.nix
parentae172a2bb4c94da68fb0adfd77d5aacd71c8b930 (diff)
tests.testers.nixosTest-example: move from tests.nixos-functions.nixosTest-test
And improve the test a bit, to assert correct wiring of `pkgs`.
Diffstat (limited to 'pkgs/test/default.nix')
-rw-r--r--pkgs/test/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/test/default.nix b/pkgs/test/default.nix
index 63aaf6bb72e71..2ab03bda8b775 100644
--- a/pkgs/test/default.nix
+++ b/pkgs/test/default.nix
@@ -67,6 +67,8 @@ with pkgs;
 
   writers = callPackage ../build-support/writers/test.nix {};
 
+  testers = callPackage ../build-support/testers/test/default.nix {};
+
   dhall = callPackage ./dhall { };
 
   makeWrapper = callPackage ./make-wrapper {};