rabbitmq-server: add the VM test to passthru.tests

This commit is contained in:
Profpatsch 2020-03-10 14:01:02 +01:00
parent cf2bba74ee
commit 967a5b3047

View file

@ -2,6 +2,7 @@
, docbook_xml_dtd_45, docbook_xsl, zip, unzip, rsync, getconf, socat
, procps, coreutils, gnused, systemd, glibcLocales
, AppKit, Carbon, Cocoa
, nixosTests
}:
stdenv.mkDerivation rec {
@ -65,4 +66,8 @@ stdenv.mkDerivation rec {
platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ Profpatsch ];
};
passthru.tests = {
vm-test = nixosTests.rabbitmq;
};
}