Skip to content

Commit

Permalink
lib/tests: add test for callLocklessFlake
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCroughan committed Apr 12, 2022
1 parent cad8bbe commit cc05277
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/tests/misc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ in

runTests {

# FLAKES

testCallLocklessFlake = {
expr = callLocklessFlake {
path = ./..;
inputs = {};
};
expected = { lib = import ./..; outPath = ./..; };
};

# TRIVIAL

Expand Down

0 comments on commit cc05277

Please sign in to comment.