mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
testers: Add missing doc link comments
This commit is contained in:
parent
e20a362908
commit
3cf3fef372
@ -11,6 +11,8 @@
|
|||||||
] ++ orig.args or ["-e" (orig.builder or ../../stdenv/generic/default-builder.sh)];
|
] ++ orig.args or ["-e" (orig.builder or ../../stdenv/generic/default-builder.sh)];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
# See https://nixos.org/manual/nixpkgs/unstable/#tester-testEqualDerivation
|
||||||
|
# or doc/builders/testers.chapter.md
|
||||||
testEqualDerivation = callPackage ./test-equal-derivation.nix { };
|
testEqualDerivation = callPackage ./test-equal-derivation.nix { };
|
||||||
|
|
||||||
# See https://nixos.org/manual/nixpkgs/unstable/#tester-testEqualContents
|
# See https://nixos.org/manual/nixpkgs/unstable/#tester-testEqualContents
|
||||||
@ -51,6 +53,8 @@
|
|||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# See https://nixos.org/manual/nixpkgs/unstable/#tester-testVersion
|
||||||
|
# or doc/builders/testers.chapter.md
|
||||||
testVersion =
|
testVersion =
|
||||||
{ package,
|
{ package,
|
||||||
command ? "${package.meta.mainProgram or package.pname or package.name} --version",
|
command ? "${package.meta.mainProgram or package.pname or package.name} --version",
|
||||||
|
Loading…
Reference in New Issue
Block a user