summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-11-25 13:00:41 -0500
committerTim Steinbach <tim@nequissimus.com>2020-11-25 13:00:41 -0500
commit4196aa9660a3168ef28dd783a0fff4e11695506e (patch)
treeeaa9c4ef7975b5e7f1294fc5ce03f1fec6f20b30 /nixos/tests/all-tests.nix
parent360a14dcf098642aba17221b698522af4c62aa0b (diff)
downloadnixpkgs-4196aa9660a3168ef28dd783a0fff4e11695506e.tar
nixpkgs-4196aa9660a3168ef28dd783a0fff4e11695506e.tar.gz
nixpkgs-4196aa9660a3168ef28dd783a0fff4e11695506e.tar.bz2
nixpkgs-4196aa9660a3168ef28dd783a0fff4e11695506e.tar.lz
nixpkgs-4196aa9660a3168ef28dd783a0fff4e11695506e.tar.xz
nixpkgs-4196aa9660a3168ef28dd783a0fff4e11695506e.tar.zst
nixpkgs-4196aa9660a3168ef28dd783a0fff4e11695506e.zip
awscli: Add test
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 899509696e3..771ee9bdbd3 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -28,6 +28,7 @@ in
   atd = handleTest ./atd.nix {};
   avahi = handleTest ./avahi.nix {};
   avahi-with-resolved = handleTest ./avahi.nix { networkd = true; };
+  awscli = handleTest ./awscli.nix { };
   babeld = handleTest ./babeld.nix {};
   bazarr = handleTest ./bazarr.nix {};
   bcachefs = handleTestOn ["x86_64-linux"] ./bcachefs.nix {}; # linux-4.18.2018.10.12 is unsupported on aarch64