about summary refs log tree commit diff
path: root/nixos/tests/installed-tests/gcab.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-11-07 13:59:11 +0100
committerJan Tojnar <jtojnar@gmail.com>2019-11-07 14:07:19 +0100
commite253d015a187aa51f85f9f1dfb926b7889c5731b (patch)
tree13c3d5dc6774b7ab0259f24fe2a20dd2340900cb /nixos/tests/installed-tests/gcab.nix
parentc88e084ecb73c72d966423084ab13adf98376b83 (diff)
gcab: run & install tests
also add nixosTests.installed-tests.gcab for running the installed tests
Diffstat (limited to 'nixos/tests/installed-tests/gcab.nix')
-rw-r--r--nixos/tests/installed-tests/gcab.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/tests/installed-tests/gcab.nix b/nixos/tests/installed-tests/gcab.nix
new file mode 100644
index 0000000000000..b24cc2e012672
--- /dev/null
+++ b/nixos/tests/installed-tests/gcab.nix
@@ -0,0 +1,5 @@
+{ pkgs, makeInstalledTest, ... }:
+
+makeInstalledTest {
+  tested = pkgs.gcab;
+}