summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorAndrew Childs <lorne@cons.org.nz>2019-07-30 00:35:27 +0900
committerAndrew Childs <lorne@cons.org.nz>2019-07-30 00:37:21 +0900
commita5328e13862f717c8d048c3322e705005dfbd0e7 (patch)
tree62665616d9bd6e63c6c2c0f79cc4a9b8b8a56b1a /nixos/tests/all-tests.nix
parent66b551b088756b5f3f97526e5d033fb338edaedc (diff)
downloadnixpkgs-a5328e13862f717c8d048c3322e705005dfbd0e7.tar
nixpkgs-a5328e13862f717c8d048c3322e705005dfbd0e7.tar.gz
nixpkgs-a5328e13862f717c8d048c3322e705005dfbd0e7.tar.bz2
nixpkgs-a5328e13862f717c8d048c3322e705005dfbd0e7.tar.lz
nixpkgs-a5328e13862f717c8d048c3322e705005dfbd0e7.tar.xz
nixpkgs-a5328e13862f717c8d048c3322e705005dfbd0e7.tar.zst
nixpkgs-a5328e13862f717c8d048c3322e705005dfbd0e7.zip
fluentd: add simple 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 bc5f18d22bc..f1c25377acd 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -85,6 +85,7 @@ in
   flannel = handleTestOn ["x86_64-linux"] ./flannel.nix {};
   flatpak = handleTest ./flatpak.nix {};
   flatpak-builder = handleTest ./flatpak-builder.nix {};
+  fluentd = handleTest ./fluentd.nix {};
   fsck = handleTest ./fsck.nix {};
   fwupd = handleTestOn ["x86_64-linux"] ./fwupd.nix {}; # libsmbios is unsupported on aarch64
   gdk-pixbuf = handleTest ./gdk-pixbuf.nix {};