summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMatt Melling <mattmelling@fastmail.com>2023-01-01 23:19:37 +0000
committerMatt Melling <mattmelling@fastmail.com>2023-01-23 22:41:07 +0000
commitc281dd3e05b0266721c0fe707d7259d88095db7a (patch)
tree7f60603171d9279854fb7eed3e01b1673901c67c /nixos/tests/all-tests.nix
parent31e3844aea6550150924cc24a00faf3d04e5a3b2 (diff)
downloadnixpkgs-c281dd3e05b0266721c0fe707d7259d88095db7a.tar
nixpkgs-c281dd3e05b0266721c0fe707d7259d88095db7a.tar.gz
nixpkgs-c281dd3e05b0266721c0fe707d7259d88095db7a.tar.bz2
nixpkgs-c281dd3e05b0266721c0fe707d7259d88095db7a.tar.lz
nixpkgs-c281dd3e05b0266721c0fe707d7259d88095db7a.tar.xz
nixpkgs-c281dd3e05b0266721c0fe707d7259d88095db7a.tar.zst
nixpkgs-c281dd3e05b0266721c0fe707d7259d88095db7a.zip
nixos/cloudlog: 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 75f01d888b2..64db8c5ae40 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -130,6 +130,7 @@ in {
   clickhouse = handleTest ./clickhouse.nix {};
   cloud-init = handleTest ./cloud-init.nix {};
   cloud-init-hostname = handleTest ./cloud-init-hostname.nix {};
+  cloudlog = handleTest ./cloudlog.nix {};
   cntr = handleTestOn ["aarch64-linux" "x86_64-linux"] ./cntr.nix {};
   cockroachdb = handleTestOn ["x86_64-linux"] ./cockroachdb.nix {};
   collectd = handleTest ./collectd.nix {};