tests: Add various tests for alias functionality
This commit is contained in:
parent
e34e4889b8
commit
ed46e1d3d7
2 changed files with 196 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
...
|
||||
}: {
|
||||
checks = let
|
||||
tests = ["internal" "basic"];
|
||||
tests = ["internal" "basic" "aliases"];
|
||||
genTest = testName: {
|
||||
"name" = testName;
|
||||
"value" = import (./tests + "/${testName}.nix") {inherit pkgs;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue