summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2020-05-24 20:39:23 +0200
committerMarek Mahut <marek.mahut@gmail.com>2020-05-26 21:47:31 +0200
commitcd5f6265443ae882dab85e58aec99a4283542116 (patch)
tree697851b66da62d708d52c51f1652ae6d95a361e4 /nixos/tests/all-tests.nix
parentfdc48e5c7eecc804ca47e275f9e2f9cfd490e285 (diff)
downloadnixpkgs-cd5f6265443ae882dab85e58aec99a4283542116.tar
nixpkgs-cd5f6265443ae882dab85e58aec99a4283542116.tar.gz
nixpkgs-cd5f6265443ae882dab85e58aec99a4283542116.tar.bz2
nixpkgs-cd5f6265443ae882dab85e58aec99a4283542116.tar.lz
nixpkgs-cd5f6265443ae882dab85e58aec99a4283542116.tar.xz
nixpkgs-cd5f6265443ae882dab85e58aec99a4283542116.tar.zst
nixpkgs-cd5f6265443ae882dab85e58aec99a4283542116.zip
tests/ergo: init
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 0acded892c7..b490a6fe8df 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -88,6 +88,7 @@ in
   elk = handleTestOn ["x86_64-linux"] ./elk.nix {};
   enlightenment = handleTest ./enlightenment.nix {};
   env = handleTest ./env.nix {};
+  ergo = handleTest ./ergo.nix {};
   etcd = handleTestOn ["x86_64-linux"] ./etcd.nix {};
   etcd-cluster = handleTestOn ["x86_64-linux"] ./etcd-cluster.nix {};
   fancontrol = handleTest ./fancontrol.nix {};