lib/tests: add test for callLocklessFlake

This commit is contained in:
matthewcroughan 2022-04-12 19:47:48 +01:00
parent cad8bbe589
commit cc052779fb

View File

@ -22,6 +22,15 @@ in
runTests {
# FLAKES
testCallLocklessFlake = {
expr = callLocklessFlake {
path = ./..;
inputs = {};
};
expected = { lib = import ./..; outPath = ./..; };
};
# TRIVIAL