svn path=/nixos/trunk/; revision=20545
This commit is contained in:
parent
48e9e1282a
commit
c4ae499f3d
@ -83,6 +83,8 @@ rec {
|
|||||||
echo "report coverage $out/coverage" >> $out/nix-support/hydra-build-products
|
echo "report coverage $out/coverage" >> $out/nix-support/hydra-build-products
|
||||||
''; # */
|
''; # */
|
||||||
|
|
||||||
|
|
||||||
|
# !!! Rename these functions to something more sensible.
|
||||||
call = f: f { inherit pkgs nixpkgs system; };
|
call = f: f { inherit pkgs nixpkgs system; };
|
||||||
|
|
||||||
apply = testFun: complete (call testFun);
|
apply = testFun: complete (call testFun);
|
||||||
@ -97,4 +99,6 @@ rec {
|
|||||||
report = makeReport test;
|
report = makeReport test;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
simpleTest = as: (apply ({ ... }: as)).test;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user