From 5509a4d273de9a8a3ecb6f1253ec34941305136b Mon Sep 17 00:00:00 2001 From: Emmanuel Rosa Date: Sat, 16 Jun 2018 16:52:25 -0400 Subject: mpd: add NixOS tests This change adds NixOS tests for the MPD (Music Player Daemon) module. Tests include: - Playing audio locally using ALSA directly. - Playing audio locally using PulseAudio (backed by ALSA). - Playing audio from an external client. - Rejecting an external client when it's not explicitly allowed (default configuration). refs #41772 --- nixos/release.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/release.nix') diff --git a/nixos/release.nix b/nixos/release.nix index 0fa8b22cc898..639873cf6d01 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -338,6 +338,7 @@ in rec { tests.mesos = callTest tests/mesos.nix {}; tests.misc = callTest tests/misc.nix {}; tests.mongodb = callTest tests/mongodb.nix {}; + tests.mpd = callTest tests/mpd.nix {}; tests.mumble = callTest tests/mumble.nix {}; tests.munin = callTest tests/munin.nix {}; tests.mutableUsers = callTest tests/mutable-users.nix {}; -- cgit 1.4.1