prosody: add test to release.nix

This commit is contained in:
Robin Gloster 2018-03-22 03:46:02 +01:00
parent 0a80f2c0f4
commit faaf32a0ee
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -344,6 +344,7 @@ in rec {
tests.predictable-interface-names = callSubTests tests/predictable-interface-names.nix {};
tests.printing = callTest tests/printing.nix {};
tests.prometheus = callTest tests/prometheus.nix {};
tests.prosody = callTest tests/prosody.nix {};
tests.proxy = callTest tests/proxy.nix {};
# tests.quagga = callTest tests/quagga.nix {};
tests.quake3 = callTest tests/quake3.nix {};