tix/testing/import.nix

7 lines
153 B
Nix
Raw Normal View History

2024-01-02 09:02:41 +00:00
path:
2024-01-02 09:16:52 +00:00
let it = import ./it.nix;
in builtins.trace ("testing " + builtins.baseNameOf path) {
2024-01-02 09:02:41 +00:00
inherit path;
2024-01-02 09:16:52 +00:00
results = (import path { inherit it; });
2024-01-02 09:02:41 +00:00
}