summary refs log tree commit diff
path: root/nixos/tests/make-test.nix
blob: ee4ba310ad50e9ba78684fe0e45117de48f70308 (plain) (blame)
1
2
3
4
5
f: { system ? builtins.currentSystem, ... } @ args:

with import ../lib/testing.nix { inherit system; };

makeTest (if pkgs.lib.isFunction f then f (args // { inherit pkgs; inherit (pkgs) lib; }) else f)