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