tests: Add various tests for alias functionality

This commit is contained in:
Thomas Preisner 2024-12-28 00:34:13 +01:00
parent e34e4889b8
commit ed46e1d3d7
2 changed files with 196 additions and 1 deletions

View file

@ -36,7 +36,7 @@
...
}: {
checks = let
tests = ["internal" "basic"];
tests = ["internal" "basic" "aliases"];
genTest = testName: {
"name" = testName;
"value" = import (./tests + "/${testName}.nix") {inherit pkgs;};