summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2019-10-12 01:30:55 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2019-10-12 15:35:53 +0200
commit97d29590286349570d87df0bd0dfd0775c0dc349 (patch)
tree8cb7298ff2931fbc5e43a9370983182114eb18fa /nixos/tests/all-tests.nix
parent1c165f5d4a6faf552c084b364d3e33b9c5e54ecd (diff)
downloadnixpkgs-97d29590286349570d87df0bd0dfd0775c0dc349.tar
nixpkgs-97d29590286349570d87df0bd0dfd0775c0dc349.tar.gz
nixpkgs-97d29590286349570d87df0bd0dfd0775c0dc349.tar.bz2
nixpkgs-97d29590286349570d87df0bd0dfd0775c0dc349.tar.lz
nixpkgs-97d29590286349570d87df0bd0dfd0775c0dc349.tar.xz
nixpkgs-97d29590286349570d87df0bd0dfd0775c0dc349.tar.zst
nixpkgs-97d29590286349570d87df0bd0dfd0775c0dc349.zip
nixos/tests: add babeld
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 04323317a99..914b32f97c3 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -25,6 +25,7 @@ in
   atd = handleTest ./atd.nix {};
   automysqlbackup = handleTest ./automysqlbackup.nix {};
   avahi = handleTest ./avahi.nix {};
+  babeld = handleTest ./babeld.nix {};
   bcachefs = handleTestOn ["x86_64-linux"] ./bcachefs.nix {}; # linux-4.18.2018.10.12 is unsupported on aarch64
   beanstalkd = handleTest ./beanstalkd.nix {};
   beegfs = handleTestOn ["x86_64-linux"] ./beegfs.nix {}; # beegfs is unsupported on aarch64