summaryrefslogtreecommitdiffstats
path: root/pkgs/build-support/testers/test/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/testers/test/default.nix')
-rw-r--r--pkgs/build-support/testers/test/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/build-support/testers/test/default.nix b/pkgs/build-support/testers/test/default.nix
index 0a5381b2b738..313c556737fb 100644
--- a/pkgs/build-support/testers/test/default.nix
+++ b/pkgs/build-support/testers/test/default.nix
@@ -12,6 +12,8 @@ let
in
lib.recurseIntoAttrs {
+ hasPkgConfigModule = pkgs.callPackage ../hasPkgConfigModule/tests.nix { };
+
# Check that the wiring of nixosTest is correct.
# Correct operation of the NixOS test driver should be asserted elsewhere.
nixosTest-example = pkgs-with-overlay.testers.nixosTest ({ lib, pkgs, figlet, ... }: {