summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorDaniël de Kok <me@danieldk.eu>2018-11-12 07:45:00 +0100
committerDaniël de Kok <me@danieldk.eu>2018-11-12 08:19:58 +0100
commit40f41772aa68f8bb4f04ec78cdee612ea8701259 (patch)
treebdec75ba524c4c95389155e9b485f107a26e41fc /nixos/tests/all-tests.nix
parent6c2050fd9cc53cd08af85d8e516316a6e7cc5955 (diff)
downloadnixpkgs-40f41772aa68f8bb4f04ec78cdee612ea8701259.tar
nixpkgs-40f41772aa68f8bb4f04ec78cdee612ea8701259.tar.gz
nixpkgs-40f41772aa68f8bb4f04ec78cdee612ea8701259.tar.bz2
nixpkgs-40f41772aa68f8bb4f04ec78cdee612ea8701259.tar.lz
nixpkgs-40f41772aa68f8bb4f04ec78cdee612ea8701259.tar.xz
nixpkgs-40f41772aa68f8bb4f04ec78cdee612ea8701259.tar.zst
nixpkgs-40f41772aa68f8bb4f04ec78cdee612ea8701259.zip
tests: handbrake: test transcoding to MKV and MP4.
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 718a95dadd2..754a8ff20b2 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -88,6 +88,7 @@ in
   graphite = handleTest ./graphite.nix {};
   hadoop.hdfs = handleTestOn [ "x86_64-linux" ] ./hadoop/hdfs.nix {};
   hadoop.yarn = handleTestOn [ "x86_64-linux" ] ./hadoop/yarn.nix {};
+  handbrake = handleTestOn ["x86_64-linux"] ./handbrake.nix {};
   haproxy = handleTest ./haproxy.nix {};
   #hardened = handleTest ./hardened.nix {}; # broken due useSandbox = true
   hibernate = handleTest ./hibernate.nix {};