lib/tests/modules: add a test for the functionTo type

(cherry picked from commit 478af112e83df806bd8a51174834d2a130fbdeb9)
This commit is contained in:
Bas van Dijk
2018-08-07 18:44:58 +02:00
committed by Silvan Mosberger
parent b454af298d
commit 43243539b3
2 changed files with 32 additions and 0 deletions

View File

@@ -262,6 +262,9 @@ checkConfigOutput true config.value.mkbefore ./types-anything/mk-mods.nix
checkConfigOutput 1 config.value.nested.foo ./types-anything/mk-mods.nix
checkConfigOutput baz config.value.nested.bar.baz ./types-anything/mk-mods.nix
# Check the merge behaviour of the functionTo type.
checkConfigOutput "a b" config.result ./functionTo.nix
cat <<EOF
====== module tests ======
$pass Pass