mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
lib/tests: add test for callLocklessFlake
This commit is contained in:
parent
cad8bbe589
commit
cc052779fb
@ -22,6 +22,15 @@ in
|
||||
|
||||
runTests {
|
||||
|
||||
# FLAKES
|
||||
|
||||
testCallLocklessFlake = {
|
||||
expr = callLocklessFlake {
|
||||
path = ./..;
|
||||
inputs = {};
|
||||
};
|
||||
expected = { lib = import ./..; outPath = ./..; };
|
||||
};
|
||||
|
||||
# TRIVIAL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user