diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2017-03-11 22:28:51 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2017-03-11 22:28:51 +0100 |
| commit | 707cdd517b3e8834e7e134f8920605443b520ea8 (patch) | |
| tree | 9f1304da4a7ddc2dea3e36433763d27a01fc1e00 /release.nix | |
| parent | 8a67d1d4cf8611c628558b0e816dce5a853d9436 (diff) | |
system-path: add basic shell tests
Diffstat (limited to 'release.nix')
| -rw-r--r-- | release.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release.nix b/release.nix index eb1afa2..8de538c 100644 --- a/release.nix +++ b/release.nix @@ -89,10 +89,12 @@ let examples.simple = genExample ./modules/examples/simple.nix; tests.system-packages = makeTest ./tests/system-packages.nix; + tests.system-path-bash = makeTest ./tests/system-path-bash.nix; + tests.system-path-fish = makeTest ./tests/system-path-fish.nix; + tests.system-path-zsh = makeTest ./tests/system-path-zsh.nix; } // (mapTestOn (packagePlatforms packageSet)); in - jobs |
