about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-08-29 14:02:20 +0200
committerworldofpeace <worldofpeace@protonmail.ch>2019-09-01 00:09:25 -0400
commitee7c590b605d07394f0f65c603bf5cf169e6caad (patch)
treeaeb3ce7d82480256aa6e4bcf9dad9567e1c2caab /nixos/tests/all-tests.nix
parentb31c7e527e1c1495e554ca453e129c310f6dd210 (diff)
downloadnixlib-ee7c590b605d07394f0f65c603bf5cf169e6caad.tar
nixlib-ee7c590b605d07394f0f65c603bf5cf169e6caad.tar.gz
nixlib-ee7c590b605d07394f0f65c603bf5cf169e6caad.tar.bz2
nixlib-ee7c590b605d07394f0f65c603bf5cf169e6caad.tar.lz
nixlib-ee7c590b605d07394f0f65c603bf5cf169e6caad.tar.xz
nixlib-ee7c590b605d07394f0f65c603bf5cf169e6caad.tar.zst
nixlib-ee7c590b605d07394f0f65c603bf5cf169e6caad.zip
nixos.tests.fontconfig-default-fonts: init
Make sure the fonts.enableDefaultFonts option works.
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 557ee78df7c6..14dca7409c46 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -87,6 +87,7 @@ in
   flatpak = handleTest ./flatpak.nix {};
   flatpak-builder = handleTest ./flatpak-builder.nix {};
   fluentd = handleTest ./fluentd.nix {};
+  fontconfig-default-fonts = handleTest ./fontconfig-default-fonts.nix {};
   fsck = handleTest ./fsck.nix {};
   fwupd = handleTestOn ["x86_64-linux"] ./fwupd.nix {}; # libsmbios is unsupported on aarch64
   gdk-pixbuf = handleTest ./gdk-pixbuf.nix {};