From cc052779fba0d9f0efa5980f42661798598b2ed1 Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Tue, 12 Apr 2022 19:47:48 +0100 Subject: lib/tests: add test for callLocklessFlake --- lib/tests/misc.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lib') diff --git a/lib/tests/misc.nix b/lib/tests/misc.nix index fcccf89cc888c..9ca1d7ca50c7a 100644 --- a/lib/tests/misc.nix +++ b/lib/tests/misc.nix @@ -22,6 +22,15 @@ in runTests { +# FLAKES + + testCallLocklessFlake = { + expr = callLocklessFlake { + path = ./..; + inputs = {}; + }; + expected = { lib = import ./..; outPath = ./..; }; + }; # TRIVIAL -- cgit 1.4.1