nixpkgs/pkgs/build-support/testers
Sergei Trofimovich c1d3b6b7ba build-support/testers: don't fail the test on empty list of pkg-config modules
Without the change tests like `xorg.imake.tests.pkg-config` fail as:

    $ nix build --no-link -f. -L xorg.imake.tests.pkg-config
    error: builder for '/nix/store/i3zb1ykjzm0622497cn4dvifk36sx00r-check-pkg-config-.drv' failed to produce output path for output 'out' at '/nix/store/i3zb1ykjzm0622497cn4dvifk36sx00r-check-pkg-config-.drv.chroot/nix/store/63y92rvkp7gzzp0hlcjyj92srzjwndrq-check-pkg-config-'
    error: 1 dependencies of derivation '/nix/store/8qycf49a4h9jj2662d9cf4d56aq6djjj-check-meta-pkg-config-modules-for-imake-1.0.9.drv' failed to build

Let's always produce empty output for zero-modules tests.
2024-01-29 10:26:20 +00:00
..
hasPkgConfigModules build-support/testers: don't fail the test on empty list of pkg-config modules 2024-01-29 10:26:20 +00:00
test testers.hasPkgConfigModules: allow checking multiple pkg-config mods 2023-08-08 19:16:48 +02:00
testMetaPkgConfig testers.testMetaPkgConfig: fix warning 2023-09-19 16:11:42 +02:00
default.nix testers.testVersion: Fix usage of hyphens within the version argument 2023-09-12 21:54:10 +02:00
expect-failure.sh
test-equal-derivation.nix